Uses of Class
org.openstreetmap.josm.tools.Geometry.PolygonIntersection
-
Packages that use Geometry.PolygonIntersection Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Geometry.PolygonIntersection in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return Geometry.PolygonIntersection Modifier and Type Method Description static Geometry.PolygonIntersection
Geometry. polygonIntersection(Area a1, Area a2)
Tests if two polygons intersect.static Geometry.PolygonIntersection
Geometry. polygonIntersection(Area a1, Area a2, double eps)
Tests if two polygons intersect.static Geometry.PolygonIntersection
Geometry. polygonIntersection(List<? extends INode> first, List<? extends INode> second)
Tests if two polygons intersect.static Geometry.PolygonIntersection
Geometry.PolygonIntersection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Geometry.PolygonIntersection[]
Geometry.PolygonIntersection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools that return types with arguments of type Geometry.PolygonIntersection Modifier and Type Method Description static Pair<Geometry.PolygonIntersection,Area>
Geometry. polygonIntersectionResult(Area a1, Area a2, double eps)
Calculate intersection area and kind of intersection between two polygons.
-