Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
private boolean |
StyledMapRenderer.usePartialFill(Geometry.AreaAndPerimeter ap,
float extent,
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() |
Modifier and Type | Method and Description |
---|---|
static Geometry.AreaAndPerimeter |
Geometry.getAreaAndPerimeter(List<Node> nodes)
Calculate area and perimeter length of a polygon.
|