com.nutiteq.maps
Class StreamedKaMap

java.lang.Object
  extended by com.nutiteq.maps.BaseMap
      extended by com.nutiteq.maps.projections.EPSG4326
          extended by com.nutiteq.maps.BaseKaMap
              extended by com.nutiteq.maps.StreamedKaMap
All Implemented Interfaces:
GeoMap, Projection, StreamedMap

public class StreamedKaMap
extends BaseKaMap
implements StreamedMap


Constructor Summary
StreamedKaMap(java.lang.String baseurl, java.lang.String copyright, int tileSize, int[] scales, int minZoom, int maxZoom)
           
 
Method Summary
 java.lang.String buildStreamedPath(MapTile[] tiles)
          Create path for retrieving given tiles as one file
 
Methods inherited from class com.nutiteq.maps.BaseKaMap
getMapHeight, getMapWidth, getTileMapBounds, mapPosToWgs, zoom, wgsToMapPos
 
Methods inherited from class com.nutiteq.maps.projections.EPSG4326
getRatio, setWidthHeightRatio
 
Methods inherited from class com.nutiteq.maps.BaseMap
addTileOverlay, getCopyright, getInitializationTask, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileOverlay, getTileSize, setCopyright, setMissingTileImage
 
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, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileOverlay, getTileSize, setMissingTileImage
 

Constructor Detail

StreamedKaMap

public StreamedKaMap(java.lang.String baseurl,
                     java.lang.String copyright,
                     int tileSize,
                     int[] scales,
                     int minZoom,
                     int maxZoom)
Method Detail

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