Uses of Class
org.geotools.geopkg.TileMatrix
-
Packages that use TileMatrix Package Description org.geotools.geopkg org.geotools.geopkg.wps -
-
Uses of TileMatrix in org.geotools.geopkg
Methods in org.geotools.geopkg that return types with arguments of type TileMatrix Modifier and Type Method Description List<TileMatrix>
TileEntry. getTileMatricies()
-
Uses of TileMatrix in org.geotools.geopkg.wps
Fields in org.geotools.geopkg.wps with type parameters of type TileMatrix Modifier and Type Field Description protected List<TileMatrix>
GeoPackageProcessRequest.TilesLayer. grids
Methods in org.geotools.geopkg.wps that return types with arguments of type TileMatrix Modifier and Type Method Description List<TileMatrix>
GeoPackageProcessRequest.TilesLayer. getGrids()
Method parameters in org.geotools.geopkg.wps with type arguments of type TileMatrix Modifier and Type Method Description void
GeoPackageProcessRequest.TilesLayer. setGrids(List<TileMatrix> grids)
-