Uses of Class
org.openstreetmap.josm.data.imagery.WMTSTileSource.WMTSGetCapabilitiesException
-
Packages that use WMTSTileSource.WMTSGetCapabilitiesException Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses. -
-
Uses of WMTSTileSource.WMTSGetCapabilitiesException in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery that throw WMTSTileSource.WMTSGetCapabilitiesException Modifier and Type Method Description static WMTSCapabilitiesWMTSTileSource. getCapabilities(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> headers)Call remote server and parse response to WMTSCapabilities objectConstructors in org.openstreetmap.josm.data.imagery that throw WMTSTileSource.WMTSGetCapabilitiesException Constructor Description WMTSTileSource(ImageryInfo info)Creates a tile source based on imagery infoWMTSTileSource(ImageryInfo info, Projection projection)Creates a tile source based on imagery info and initializes it with given projection.
-