Uses of Class
org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
-
Packages that use WMTSTileSource.TileMatrixSet Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses. -
-
Uses of WMTSTileSource.TileMatrixSet in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as WMTSTileSource.TileMatrixSet Modifier and Type Field Description private WMTSTileSource.TileMatrixSetWMTSTileSource. currentTileMatrixSetprivate WMTSTileSource.TileMatrixSetWMTSTileSource.Layer. tileMatrixSetMethods in org.openstreetmap.josm.data.imagery that return WMTSTileSource.TileMatrixSet Modifier and Type Method Description (package private) WMTSTileSource.TileMatrixSetWMTSTileSource.TileMatrixSetBuilder. build()WMTSTileSource.TileMatrixSetWMTSTileSource.Layer. getTileMatrixSet()Returns tileMatrixSet of this layer.private static WMTSTileSource.TileMatrixSetWMTSTileSource. parseTileMatrixSet(javax.xml.stream.XMLStreamReader reader)Parses TileMatrixSet section.Constructors in org.openstreetmap.josm.data.imagery with parameters of type WMTSTileSource.TileMatrixSet Constructor Description TileMatrixSet(WMTSTileSource.TileMatrixSet tileMatrixSet)
-