com.nutiteq.maps
Class StreamedOpenAerialMap

java.lang.Object
  extended by com.nutiteq.maps.BaseMap
      extended by com.nutiteq.maps.projections.EPSG3785
          extended by com.nutiteq.maps.NutiteqStreamedMap
              extended by com.nutiteq.maps.StreamedOpenAerialMap
All Implemented Interfaces:
GeoMap, Projection, StreamedMap

Deprecated. The OpenAerialMap.org is down

public class StreamedOpenAerialMap
extends NutiteqStreamedMap

OpenAerial map streamed via Nutiteq tile streaming server. Uses 64x64 pixel tiles.


Field Summary
 
Fields inherited from class com.nutiteq.maps.NutiteqStreamedMap
OPENSTREETMAP
 
Constructor Summary
StreamedOpenAerialMap(int minZoom, int maxZoom)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.nutiteq.maps.NutiteqStreamedMap
buildStreamedPath
 
Methods inherited from class com.nutiteq.maps.projections.EPSG3785
mapPosToWgs, wgsToMapPos
 
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
 

Constructor Detail

StreamedOpenAerialMap

public StreamedOpenAerialMap(int minZoom,
                             int maxZoom)
Deprecated.