Package | Description |
---|---|
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
static Geometry.PolygonIntersection |
Geometry.polygonIntersection(List<Node> first,
List<Node> 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.
|