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.
|
| JosmTemplatedTMSTileSource |
JOSM wrapper class that uses min/max zoom settings from imagery settings instead of JMapViewer defaults
|
| LayerDetails |
The details of a layer of this WMS server.
|
| 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
|
| TileJobOptions |
Class containing all options that are passed from Layer to TileJob
|
| 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
|
| WMSEndpointTileSource |
Class representing ImageryType.WMS_ENDPOINT tile source.
|
| WMTSCapabilities |
Data object containing WMTS GetCapabilities document
|
| WMTSTileSource |
Tile Source handling WMTS providers
|
| WMTSTileSource.Dimension | |
| WMTSTileSource.Layer |
Class representing WMTS Layer information
|
| WMTSTileSource.SelectLayerDialog | |
| WMTSTileSource.TileMatrix | |
| WMTSTileSource.TileMatrixSet |
class representing WMTS TileMatrixSet
This connects projection and TileMatrix (how the map is divided in tiles)
|
| WMTSTileSource.TileMatrixSetBuilder |
| Enum | Description |
|---|---|
| GetCapabilitiesParseHelper.TransferMode | |
| ImageryInfo.ImageryCategory |
Category of imagery entry.
|
| ImageryInfo.ImageryType |
Type of imagery entry.
|
| Exception | Description |
|---|---|
| WMTSTileSource.WMTSGetCapabilitiesException |
Exception thrown when parser doesn't find expected information in GetCapabilities document
|
JMapViewer classes.