Package | Description |
---|---|
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
static Geometry.PolygonIntersection |
Geometry.polygonIntersection(java.awt.geom.Area a1,
java.awt.geom.Area a2)
Tests if two polygons intersect.
|
static Geometry.PolygonIntersection |
Geometry.polygonIntersection(java.awt.geom.Area a1,
java.awt.geom.Area a2,
double eps)
Tests if two polygons intersect.
|
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.
|