| Interface | Description |
|---|---|
| MapReaderFactory |
| Class | Description |
|---|---|
| HTTPMapReader | |
| ImageMapReader |
Renders using a georeferenced image directly.
|
| ImageMapReader.Factory | |
| KaMapCacheMapReader |
Support for the protocol talking direclty to a web-accessible ka-Map cache
generated by the precache2.php script.
|
| KaMapCacheMapReader.Factory | |
| KaMapMapReader |
Support for the protocol using the KaMap tiling method
|
| KaMapMapReader.Factory | |
| MapReader |
Logic to read and render a map layer.
|
| MapReaderFactoryFinder | |
| MapServerMapReader | |
| MapServerMapReader.Factory | |
| OsmLayerInfo |
Holds the information we need to manage an OSM layer.
|
| OsmMapReader |
Support the OSM tile layout.
|
| OsmMapReader.Factory | |
| ServerInfoCache<T extends ServiceInfo> |
Contains shared code for loading information from a server and caching it for later use.
|
| ServerInfoCache.ServiceInfoLoader<T extends ServiceInfo> | |
| ServiceInfo |
Represents data loaded from a server that describes the service
Created by Jesse on 1/17/14.
|
| TileableMapReader | |
| TileCacheLayerInfo |
Holds the information we need to manage a tilecache layer.
|
| TileCacheLayerInfo.ResolutionInfo | |
| TileCacheMapReader |
Support for the protocol using directly the content of a TileCache directory.
|
| TileCacheMapReader.Factory | |
| TmsLayerInfo |
Holds the information we need to manage an TSM layer.
|
| TmsMapReader | |
| TmsMapReader.Factory | |
| VectorMapReader |
Render vector layers.
|
| VectorMapReader.Factory | |
| WMSMapReader |
Support for the WMS protocol with possibilities to go through a WMS-C service
(TileCache).
|
| WMSMapReader.Factory | |
| WMSServiceInfo |
Use to get information about a WMS server.
|
| WmtsCapabilitiesInfo |
Created by Jesse on 1/20/14.
|
| WMTSLayerInfo |
Holds the information we need to manage a WMTS layer.
|
| WMTSMapReader |
Support for the protocol using directly the content of a WMTS tiled layer, support REST or KVP.
|
| WMTSMapReader.Factory | |
| WMTSServiceInfo |
Use to get information about a WMS server.
|
| XyzLayerInfo |
Holds the information we need to manage an XYZ layer.
|
| XyzMapReader |
Support the tile layout z/x/y.
|
| XyzMapReader.Factory |