public class CombineTMSUrl extends CombineTileImageUrl
epsilon, extensionurl| Constructor and Description |
|---|
CombineTMSUrl() |
CombineTMSUrl(CombineTileImageUrl ctiu) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createUrl(ImageBbox imageBbox,
Bbox tileBbox,
int indexX,
int indexY,
int zoomlevel) |
Integer |
getTileIndexX(Double xCoord,
Double res,
boolean max)
Get the index number X of the tile on coordinate 'xCoord'.
|
Integer |
getTileIndexY(double yCoord,
Double res,
boolean max)
Get the index number Y of the tile on coordinate 'yCoord' o
|
calculateNewUrl, createTile, getClosestZoomlevel, getExtension, getResolutions, getServiceBbox, getTileHeight, getTileWidth, setExtension, setResolutions, setServiceBbox, setTileHeight, setTileWidthgetAlpha, getBody, getRealUrl, getUrl, setAlpha, setBody, setRealUrl, setUrl, toStringpublic CombineTMSUrl(CombineTileImageUrl ctiu)
public CombineTMSUrl()
protected String createUrl(ImageBbox imageBbox, Bbox tileBbox, int indexX, int indexY, int zoomlevel)
createUrl in class CombineTileImageUrlpublic Integer getTileIndexX(Double xCoord, Double res, boolean max)
getTileIndexX in class CombineTileImageUrlxCoord - The x coord.res - The resolution for which the tile should be calculatedmax - If it is the max, increase the index with one more, to prevent missing tilespublic Integer getTileIndexY(double yCoord, Double res, boolean max)
getTileIndexY in class CombineTileImageUrlyCoord - The y coord.res - The resolution for which the tile should be calculatedmax - If it is the max, increase the index with one more, to prevent missing tilesCopyright © 2018. All rights reserved.