public abstract class AbstractRectangularMapGrid extends Object implements RectangularMapGrid
| Constructor and Description |
|---|
AbstractRectangularMapGrid() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox(String mapTileName,
int srid) |
String |
getMapTileName(Geometry geometry) |
String |
getName() |
Polygon |
getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
Polygon |
getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
void |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinateSystem, getFormattedMapTileName, getGeometryFactory, getMapTileName, getTileByLocation, getTileByName, getTileHeight, getTiles, getTileWidthpublic BoundingBox getBoundingBox(String mapTileName, int srid)
getBoundingBox in interface RectangularMapGridpublic String getName()
getName in interface RectangularMapGridpublic Polygon getPolygon(String mapTileName, CoordinateSystem coordinateSystem)
getPolygon in interface RectangularMapGridpublic Polygon getPolygon(String mapTileName, GeometryFactory geometryFactory)
getPolygon in interface RectangularMapGridpublic Polygon getPolygon(String mapTileName, GeometryFactory geometryFactory, int numX, int numY)
getPolygon in interface RectangularMapGridpublic void setName(String name)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.