Uses of Class
org.openstreetmap.josm.tools.Geometry.PolygonIntersection

Packages that use Geometry.PolygonIntersection
org.openstreetmap.josm.tools   
 

Uses of Geometry.PolygonIntersection in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools that return Geometry.PolygonIntersection
static Geometry.PolygonIntersection Geometry.polygonIntersection(java.util.List<Node> first, java.util.List<Node> second)
          Tests if two polygons intersect.
static Geometry.PolygonIntersection Geometry.PolygonIntersection.valueOf(java.lang.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.
 



JOSM