public abstract class WebMercatorTileService extends TileService
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_LATITUDE |
static double |
MAX_LONGITUDE |
static double |
MIN_LATITUDE |
static double |
MIN_LONGITUDE |
static CoordinateReferenceSystem |
WEB_MERCATOR_CRS |
| Modifier | Constructor and Description |
|---|---|
protected |
WebMercatorTileService(String name,
String baseURL) |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
getBounds() |
CoordinateReferenceSystem |
getProjectedTileCrs()
The projection the tiles are drawn in.
|
addTileToCache, createSafeEnvelopeInWGS84, findTilesInExtent, getBaseUrl, getMaxZoomLevel, getMinZoomLevel, getName, getScaleList, getTileCrs, getTileFactory, getTileHeight, getTileWidth, getZoomLevelFromMapScale, getZoomLevelToUse, toStringpublic static final double MIN_LONGITUDE
public static final double MIN_LATITUDE
public static final double MAX_LONGITUDE
public static final double MAX_LATITUDE
public static final CoordinateReferenceSystem WEB_MERCATOR_CRS
public ReferencedEnvelope getBounds()
getBounds in class TileServicepublic CoordinateReferenceSystem getProjectedTileCrs()
TileServicegetProjectedTileCrs in class TileServiceCopyright © 1996–2019 Geotools. All rights reserved.