Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData.Intersection
-
Packages that use Multipolygon.PolyData.Intersection Package Description org.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygon
relations. -
-
Uses of Multipolygon.PolyData.Intersection in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations that return Multipolygon.PolyData.Intersection Modifier and Type Method Description Multipolygon.PolyData.Intersection
Multipolygon.PolyData. contains(Path2D.Double p)
Checks if this multipolygon contains or crosses an other polygon.static Multipolygon.PolyData.Intersection
Multipolygon.PolyData.Intersection. valueOf(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.
-