public class RectangleDrawable extends JtsDrawable
coordFactory, geometry, geomFactory, style| Constructor and Description |
|---|
RectangleDrawable(double minLat,
double minLon,
double maxLat,
double maxLon,
Style style)
Creates a Rectangle given the top-left and the bottom-right coordinate of
it
|
RectangleDrawable(org.oscim.core.GeoPoint topLeft,
org.oscim.core.GeoPoint bottomRight)
Creates a Rectangle given the top-left and the bottom-right coordinate of
it
|
RectangleDrawable(org.oscim.core.GeoPoint topLeft,
org.oscim.core.GeoPoint bottomRight,
Style style)
Creates a Rectangle given the top-left and the bottom-right coordinate of
it
|
getGeometry, getStyle, loadPoints, setStylepublic RectangleDrawable(org.oscim.core.GeoPoint topLeft,
org.oscim.core.GeoPoint bottomRight)
topLeft - bottomRight - public RectangleDrawable(org.oscim.core.GeoPoint topLeft,
org.oscim.core.GeoPoint bottomRight,
Style style)
topLeft - bottomRight - public RectangleDrawable(double minLat,
double minLon,
double maxLat,
double maxLon,
Style style)
topLeft - bottomRight -