com.nutiteq.maps
Class NutiteqStreamedMap
java.lang.Object
com.nutiteq.maps.BaseMap
com.nutiteq.maps.projections.EPSG3785
com.nutiteq.maps.NutiteqStreamedMap
- All Implemented Interfaces:
- GeoMap, Projection, StreamedMap
- Direct Known Subclasses:
- StreamedCloudMadeMap, StreamedOpenAerialMap
public class NutiteqStreamedMap
- extends EPSG3785
- implements GeoMap, StreamedMap
Streamed maps based on Nutiteq map tiles streaming server.
|
Constructor Summary |
NutiteqStreamedMap(java.lang.String baseUrl,
Copyright copyright,
int tileSize,
int minZoom,
int maxZoom)
|
NutiteqStreamedMap(java.lang.String baseUrl,
java.lang.String copyright,
int tileSize,
int minZoom,
int maxZoom)
|
| Methods inherited from class com.nutiteq.maps.BaseMap |
addTileOverlay, getCopyright, getInitializationTask, 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 |
| Methods inherited from interface com.nutiteq.maps.GeoMap |
addTileOverlay, getCopyright, getInitializationTask, getMapHeight, getMapWidth, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileMapBounds, getTileOverlay, getTileSize, mapPosToWgs, setMissingTileImage, zoom, wgsToMapPos |
OPENSTREETMAP
public static final NutiteqStreamedMap OPENSTREETMAP
NutiteqStreamedMap
public NutiteqStreamedMap(java.lang.String baseUrl,
java.lang.String copyright,
int tileSize,
int minZoom,
int maxZoom)
NutiteqStreamedMap
public NutiteqStreamedMap(java.lang.String baseUrl,
Copyright copyright,
int tileSize,
int minZoom,
int maxZoom)
buildStreamedPath
public java.lang.String buildStreamedPath(MapTile[] tiles)
- Description copied from interface:
StreamedMap
- Create path for retrieving given tiles as one file
- Specified by:
buildStreamedPath in interface StreamedMap
- Parameters:
tiles - tiles to be retrieved
- Returns:
- path for given tiles