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) |
protected int |
getTileDirectionX()
Return -1 or 1 to indicate the direction of the tile in the image.
0/0 tile is on 'x','y'
1/1 tile is on 'x' + (
|
protected int |
getTileDirectionY() |
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, isCorrectTiles, setCorrectTiles, 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 tilescoremodel.service.tiling.factory.TileFactoryInterface#getTileIndexXpublic Integer getTileIndexY(double yCoord, Double res, boolean max)
getTileIndexY 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 tilesprotected int getTileDirectionX()
CombineTileImageUrlgetTileDirectionX in class CombineTileImageUrlprotected int getTileDirectionY()
getTileDirectionY in class CombineTileImageUrlCopyright © 2015. All rights reserved.