public static interface GeoMap.Bounds
Modifier and Type | Method and Description |
---|---|
double |
getMaxX()
Returns maximum X coordinate of the map's viewport.
|
double |
getMaxY()
Returns maximum X coordinate of the map's viewport.
|
double |
getMinX()
Returns minimum X coordinate of the map's viewport.
|
double |
getMinY()
Returns minimum Y coordinate of the map's viewport.
|
org.locationtech.jts.geom.Point |
getNorthEast()
Returns geographical point corresponding to the top-right corner of the map.
|
org.locationtech.jts.geom.Point |
getSouthWest()
Returns geographical point corresponding to the bottom-left corner of the map.
|
org.locationtech.jts.geom.Point getSouthWest()
org.locationtech.jts.geom.Point getNorthEast()
double getMinX()
double getMaxX()
double getMinY()
double getMaxY()