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 caching
Multipolygon relations. |
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Geometry.AreaAndPerimeter |
Multipolygon.PolyData.getAreaAndPerimeter(Projection projection)
Calculate area and perimeter length in the given projection.
|
Modifier and Type | Method and 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.
|