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.clientMethods in org.geotools.ows.wmts.client that return TileMatrix Modifier and Type Method Description TileMatrixWMTSTileService. getTileMatrix(int zoomLevel)
- 
Uses of TileMatrix in org.geotools.ows.wmts.modelMethods 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 voidTileMatrixSet. addMatrix(TileMatrix tileMatrix)Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrix Modifier and Type Method Description voidTileMatrixSet. setMatrices(List<TileMatrix> matrices)
 
-