Uses of Class
org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
-
Packages that use WMTSTileSource.TileMatrix Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses. -
-
Uses of WMTSTileSource.TileMatrix in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery with type parameters of type WMTSTileSource.TileMatrix Modifier and Type Field Description private java.util.List<WMTSTileSource.TileMatrix>WMTSTileSource.TileMatrixSet. tileMatrix(package private) java.util.SortedSet<WMTSTileSource.TileMatrix>WMTSTileSource.TileMatrixSetBuilder. tileMatrixMethods in org.openstreetmap.josm.data.imagery that return WMTSTileSource.TileMatrix Modifier and Type Method Description private WMTSTileSource.TileMatrixWMTSTileSource. getTileMatrix(int zoom)Returns TileMatrix that's working on given zoom levelprivate static WMTSTileSource.TileMatrixWMTSTileSource. parseTileMatrix(javax.xml.stream.XMLStreamReader reader, java.lang.String matrixCrs)Parses TileMatrix section.
-