JMapViewer classes.See: Description
| Interface | Description |
|---|---|
| TileLoaderFactory |
Factory creating TileLoaders for layers
|
| Class | Description |
|---|---|
| AbstractWMSTileSource |
Base class for different WMS tile sources those based on URL templates and those based on WMS endpoints
|
| CachedAttributionBingAerialTileSource |
Bing TileSource with cached attribution
|
| CachedTileLoaderFactory |
TileLoaderFactory creating JCS cached TileLoaders
|
| CoordinateConversion |
Allows easy conversion between JMapViewer coordinate types and JOSM coordinate types.
|
| DefaultLayer |
Simple class representing default layer that might be set in imagery information
This simple class is needed - as for WMS there is different information needed to specify layer than for WMTS
|
| GetCapabilitiesParseHelper |
Helper class for handling OGC GetCapabilities documents
|
| ImageryInfo |
Class that stores info about an image background layer.
|
| ImageryInfo.ImageryBounds |
Multi-polygon bounds for imagery backgrounds.
|
| ImageryInfo.ImageryPreferenceEntry |
Auxiliary class to save an
ImageryInfo object in the preferences. |
| ImageryLayerInfo |
Manages the list of imagery entries that are shown in the imagery menu.
|
| OffsetBookmark |
Class to save a displacement of background imagery as a bookmark.
|
| Shape |
Data class to store the outline for background imagery coverage.
|
| TemplatedWMSTileSource |
Tile Source handling WMS providers
|
| TMSCachedTileLoader |
Wrapper class that bridges between JCS cache and Tile Loaders
|
| TMSCachedTileLoaderJob |
Class bridging TMS requests to JCS cache requests
|
| WMSCachedTileLoader |
Tileloader for WMS based imagery.
|
| WMSCachedTileLoaderJob |
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|
| WMTSDefaultLayer |
WMTS default layer.
|
| WMTSTileSource |
Tile Source handling WMTS providers
|
| WMTSTileSource.Dimension | |
| WMTSTileSource.Layer | |
| WMTSTileSource.SelectLayerDialog | |
| WMTSTileSource.TileMatrix | |
| WMTSTileSource.TileMatrixSet | |
| WMTSTileSource.TileMatrixSetBuilder |
| Enum | Description |
|---|---|
| GetCapabilitiesParseHelper.TransferMode | |
| ImageryInfo.ImageryType |
Type of imagery entry.
|
JMapViewer classes.