Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Method and 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.
|