Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Method and Description |
---|---|
Multipolygon.PolyData.Intersection |
Multipolygon.PolyData.contains(java.awt.geom.Path2D.Double p) |
static Multipolygon.PolyData.Intersection |
Multipolygon.PolyData.Intersection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Multipolygon.PolyData.Intersection[] |
Multipolygon.PolyData.Intersection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private Multipolygon.PolyData.Intersection |
MultipolygonTest.checkCrossingWays(Relation r,
java.util.List<Multipolygon.PolyData> polygons,
java.util.List<java.awt.geom.GeneralPath> polygonsPaths,
Multipolygon.PolyData pd,
int idx) |
private static Multipolygon.PolyData.Intersection |
MultipolygonTest.getPolygonIntersection(java.awt.geom.GeneralPath outer,
java.util.List<Node> inner) |