Uses of Class
org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
-
Packages that use Geometry.AreaAndPerimeter Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygon
relations.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Geometry.AreaAndPerimeter in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type Geometry.AreaAndPerimeter Modifier and Type Method Description private boolean
StyledMapRenderer. usePartialFill(Geometry.AreaAndPerimeter ap, float extent, java.lang.Float threshold)
Determine, if partial fill should be turned off for this object, because only a small unfilled gap in the center of the area would be left. -
Uses of Geometry.AreaAndPerimeter in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations that return Geometry.AreaAndPerimeter Modifier and Type Method Description Geometry.AreaAndPerimeter
Multipolygon.PolyData. getAreaAndPerimeter(Projection projection)
Calculate area and perimeter length in the given projection. -
Uses of Geometry.AreaAndPerimeter in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return Geometry.AreaAndPerimeter Modifier and Type Method Description static Geometry.AreaAndPerimeter
Geometry. getAreaAndPerimeter(java.util.List<? extends ILatLon> nodes)
Calculate area and perimeter length of a polygon.static Geometry.AreaAndPerimeter
Geometry. getAreaAndPerimeter(java.util.List<? extends ILatLon> nodes, Projection projection)
Calculate area and perimeter length of a polygon in the given projection.
-