Uses of Class
org.geotools.ows.wmts.model.TileMatrix
-
Packages that use TileMatrix Package Description org.geotools.ows.wmts.client org.geotools.ows.wmts.model -
-
Uses of TileMatrix in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return TileMatrix Modifier and Type Method Description TileMatrix
WMTSTileService. getTileMatrix(int zoomLevel)
-
Uses of TileMatrix in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return types with arguments of type TileMatrix Modifier and Type Method Description List<TileMatrix>
TileMatrixSet. getMatrices()
Methods in org.geotools.ows.wmts.model with parameters of type TileMatrix Modifier and Type Method Description void
TileMatrixSet. addMatrix(TileMatrix tileMatrix)
Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrix Modifier and Type Method Description void
TileMatrixSet. setMatrices(List<TileMatrix> matrices)
-