Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon relations. |
Modifier and Type | Method and Description |
---|---|
Multipolygon.PolyData.Intersection |
Multipolygon.PolyData.contains(java.awt.geom.Path2D.Double p)
Checks if this multipolygon contains or crosses an other polygon
|
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.
|