com.nutiteq.maps
Class BlomOrthoMap
java.lang.Object
com.nutiteq.maps.BaseMap
com.nutiteq.maps.projections.EPSG3785
com.nutiteq.maps.BlomOrthoMap
- All Implemented Interfaces:
- GeoMap, Projection, UnstreamedMap
public class BlomOrthoMap
- extends EPSG3785
- implements UnstreamedMap
|
Field Summary |
static java.lang.String |
EAST
|
static java.lang.String |
NORTH
|
static java.lang.String |
ORTHO
|
static java.lang.String |
SOUTH
|
static java.lang.String |
WEST
|
|
Constructor Summary |
BlomOrthoMap(Copyright copyright,
java.lang.String licenseKey,
java.lang.String layer)
|
BlomOrthoMap(java.lang.String licenseKey,
java.lang.String layer)
|
|
Method Summary |
java.lang.String |
buildPath(int mapX,
int mapY,
int zoom)
Build path for the tile image. |
| Methods inherited from class com.nutiteq.maps.BaseMap |
addTileOverlay, getCopyright, getMapHeight, getMapWidth, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileMapBounds, getTileOverlay, getTileSize, setCopyright, setMissingTileImage, zoom |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORTHO
public static final java.lang.String ORTHO
- See Also:
- Constant Field Values
NORTH
public static final java.lang.String NORTH
- See Also:
- Constant Field Values
WEST
public static final java.lang.String WEST
- See Also:
- Constant Field Values
EAST
public static final java.lang.String EAST
- See Also:
- Constant Field Values
SOUTH
public static final java.lang.String SOUTH
- See Also:
- Constant Field Values
BlomOrthoMap
public BlomOrthoMap(java.lang.String licenseKey,
java.lang.String layer)
BlomOrthoMap
public BlomOrthoMap(Copyright copyright,
java.lang.String licenseKey,
java.lang.String layer)
buildPath
public java.lang.String buildPath(int mapX,
int mapY,
int zoom)
- Description copied from interface:
UnstreamedMap
- Build path for the tile image. Images reading from network and application
jar is supported.
- Specified by:
buildPath in interface UnstreamedMap
- Parameters:
mapX - tile top-left corner x on pixel mapmapY - tile top-left corner x on pixel mapzoom - zoom level
- Returns:
- path for the tile image. Could be URL, file path or jar resource
path