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 withJMapViewer
classes. -
-
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 WMTSCapabilities
WMTSTileSource. getCapabilities(String url, Map<String,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.
-