Package org.geotools.tile.impl
Class WebMercatorTileService
Object
TileService
WebMercatorTileService
- All Implemented Interfaces:
ImageLoader
- Direct Known Subclasses:
BingService
,OSMService
The WebMercatorTileService is an abstract class that holds some of the tile service logic for Mercator-based tile
services.
- Since:
- 12
- Author:
- Ugo Taddei
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
static final CoordinateReferenceSystem
Fields inherited from class TileService
cacheSize
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WebMercatorTileService
(String name, String baseURL) protected
WebMercatorTileService
(String name, String baseURL, HTTPClient client) -
Method Summary
Modifier and TypeMethodDescriptionReturns the bounds for the complete TileServiceThe projection the tiles are drawn in.Methods inherited from class TileService
createSafeEnvelopeInWGS84, findTilesInExtent, getBaseUrl, getHttpClient, getMaxZoomLevel, getMinZoomLevel, getName, getScaleList, getTileCrs, getTileFactory, getTileHeight, getTileWidth, getZoomLevelFromMapScale, getZoomLevelToUse, identifyTileAtCoordinate, loadImageTileImage, obtainTile, toString
-
Field Details
-
MIN_LONGITUDE
public static final double MIN_LONGITUDE- See Also:
-
MIN_LATITUDE
public static final double MIN_LATITUDE- See Also:
-
MAX_LONGITUDE
public static final double MAX_LONGITUDE- See Also:
-
MAX_LATITUDE
public static final double MAX_LATITUDE- See Also:
-
WEB_MERCATOR_CRS
-
-
Constructor Details
-
WebMercatorTileService
-
WebMercatorTileService
-
-
Method Details
-
getBounds
Description copied from class:TileService
Returns the bounds for the complete TileService- Specified by:
getBounds
in classTileService
-
getProjectedTileCrs
Description copied from class:TileService
The projection the tiles are drawn in.- Specified by:
getProjectedTileCrs
in classTileService
-