public interface OSMShape
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Area |
getArea()
Get the area covered by this shape.
|
java.util.List<Point2D> |
getVertices()
Get the vertices of this shape in clockwise order.
|
java.util.List<Point2D> getVertices()
java.awt.geom.Area getArea()