public interface RectangularMapGrid
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox(String mapTileName,
int srid) |
CoordinateSystem |
getCoordinateSystem() |
String |
getFormattedMapTileName(String name) |
GeometryFactory |
getGeometryFactory() |
String |
getMapTileName(double x,
double y) |
String |
getName() |
Polygon |
getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
Polygon |
getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
RectangularMapTile |
getTileByLocation(double x,
double y) |
RectangularMapTile |
getTileByName(String name) |
double |
getTileHeight() |
List<RectangularMapTile> |
getTiles(BoundingBox boundingBox) |
double |
getTileWidth() |
BoundingBox getBoundingBox(String mapTileName, int srid)
CoordinateSystem getCoordinateSystem()
GeometryFactory getGeometryFactory()
String getMapTileName(double x, double y)
String getName()
Polygon getPolygon(String mapTileName, CoordinateSystem coordinateSystem)
Polygon getPolygon(String mapTileName, GeometryFactory geometryFactory)
Polygon getPolygon(String mapTileName, GeometryFactory geometryFactory, int numX, int numY)
RectangularMapTile getTileByLocation(double x, double y)
RectangularMapTile getTileByName(String name)
double getTileHeight()
List<RectangularMapTile> getTiles(BoundingBox boundingBox)
double getTileWidth()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.