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 |
cacheSize
Modifier | Constructor and Description |
---|---|
protected |
WebMercatorTileService(String name,
String baseURL) |
protected |
WebMercatorTileService(String name,
String baseURL,
HTTPClient client) |
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope |
getBounds()
Returns the bounds for the complete TileService
|
CoordinateReferenceSystem |
getProjectedTileCrs()
The projection the tiles are drawn in.
|
createSafeEnvelopeInWGS84, findTilesInExtent, getBaseUrl, getHttpClient, getMaxZoomLevel, getMinZoomLevel, getName, getScaleList, getTileCrs, getTileFactory, getTileHeight, getTileWidth, getZoomLevelFromMapScale, getZoomLevelToUse, identifyTileAtCoordinate, loadImageTileImage, obtainTile, toString
public 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
protected WebMercatorTileService(String name, String baseURL, HTTPClient client)
public ReferencedEnvelope getBounds()
TileService
getBounds
in class TileService
public CoordinateReferenceSystem getProjectedTileCrs()
TileService
getProjectedTileCrs
in class TileService
Copyright © 1996–2023 Geotools. All rights reserved.