Package com.nutiteq.maps

Contains implementations for using map servers as tile source.

See:
          Description

Interface Summary
GeoMap Defines the basic properties for displayed map.
MapTileOverlay Overlay information service for map tiles.
StreamedMap Interface for streamed map data handling
UnstreamedMap Interface for map definition, that retrieves every map tile separately.
 

Class Summary
BaseKaMap  
BaseMap Base class for maps that handles some common logic between different map types.
BlomOrthoMap  
CloudMade Map for using CloudMade maps (with tile size 64 and 256).
DbStoredMap StoredMap for Database tiles.
DigitalGlobeMap Areal maps provided by DigitalGlobe.
JaredOpenStreetMap Implementation for map that uses OpenStreetMap tiles from jar.
KaMap Map type to be used with standard OpenLayers kaMap layer
MultiStoredMap  
NavteqMapTP  
NutiteqStreamedMap Streamed maps based on Nutiteq map tiles streaming server.
OpenStreetMap Default implementation using Open Street Map tiles server.
QKMap General QuadKey-based API connector (baseUrl{quadkey}format style).
SimpleWMSMap Simple WMS map implementation using EPSG4326 projection for WMS version 1.1.1.
StoredMap Note: to use stored map You need to also insert FileSystem into map component using BasicMapComponent.setFileSystem(FileSystem)
StreamedCloudMadeMap  
StreamedKaMap  
StreamedOpenAerialMap Deprecated. The OpenAerialMap.org is down
TMSMap General Tiled Map Server API connector (url/zoom/x/y.format style)
UnstreamedDoubleSizedTilesMap  
 

Package com.nutiteq.maps Description

Contains implementations for using map servers as tile source.