Uses of Class
org.openstreetmap.josm.data.validation.tests.MultipolygonTest.ExtPolygonIntersection
-
Packages that use MultipolygonTest.ExtPolygonIntersection Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of MultipolygonTest.ExtPolygonIntersection in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return MultipolygonTest.ExtPolygonIntersection Modifier and Type Method Description private static MultipolygonTest.ExtPolygonIntersection
MultipolygonTest. checkOverlapAtSharedNodes(java.util.Set<Node> shared, Multipolygon.PolyData pd1, Multipolygon.PolyData pd2)
static MultipolygonTest.ExtPolygonIntersection
MultipolygonTest.ExtPolygonIntersection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MultipolygonTest.ExtPolygonIntersection[]
MultipolygonTest.ExtPolygonIntersection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-