Uses of Class
org.geotools.ows.wmts.model.TileMatrixSet
- 
Packages that use TileMatrixSet Package Description org.geotools.ows.wmts org.geotools.ows.wmts.client org.geotools.ows.wmts.model 
- 
- 
Uses of TileMatrixSet in org.geotools.ows.wmtsMethods in org.geotools.ows.wmts that return TileMatrixSet Modifier and Type Method Description TileMatrixSetWebMapTileServer. selectMatrixSet(WMTSLayer layer, CoordinateReferenceSystem requestCRS)Selects the tileMatrixSet that is linked to this layer with the given CRS
- 
Uses of TileMatrixSet in org.geotools.ows.wmts.clientMethods in org.geotools.ows.wmts.client that return TileMatrixSet Modifier and Type Method Description TileMatrixSetWMTSTileService. getMatrixSet()Methods in org.geotools.ows.wmts.client with parameters of type TileMatrixSet Modifier and Type Method Description static TileMatrixLimitsWMTSTileFactory. getLimits(TileMatrixSetLink tmsl, TileMatrixSet tms, int z)voidWMTSTileService. setMatrixSet(TileMatrixSet matrixSet)Constructors in org.geotools.ows.wmts.client with parameters of type TileMatrixSet Constructor Description WMTSTileService(String templateURL, WMTSLayer layer, TileMatrixSet tileMatrixSet)Creates a WMTSTileService based on the templateURL for loading images.WMTSTileService(String templateURL, WMTSLayer layer, TileMatrixSet tileMatrixSet, HTTPClient client)Create a service that uses the templateURL to load images.WMTSTileService(String templateURL, WMTSServiceType type, WMTSLayer layer, String styleName, TileMatrixSet tileMatrixSet)Create a service with templateURL for loading images directly.WMTSTileService(String templateURL, WMTSServiceType type, WMTSLayer layer, String styleName, TileMatrixSet tileMatrixSet, HTTPClient client)Create a service with templateURL for loading images directly.WMTSTileService(WebMapTileServer wmtsServer, WMTSLayer layer, TileMatrixSet tileMatrixSet)Create a WMTSTileservice using a WebMapTileServer to load the tile images.WMTSTileService(WebMapTileServer wmtsServer, WMTSLayer layer, TileMatrixSet tileMatrixSet, String format)Create a WMTSTileService using an WebMapTileServer to load the tile images.
- 
Uses of TileMatrixSet in org.geotools.ows.wmts.modelMethods in org.geotools.ows.wmts.model that return TileMatrixSet Modifier and Type Method Description TileMatrixSetWMTSCapabilities. getMatrixSet(String identifier)TileMatrixSetTileMatrix. getParent()Methods in org.geotools.ows.wmts.model that return types with arguments of type TileMatrixSet Modifier and Type Method Description List<TileMatrixSet>WMTSCapabilities. getMatrixSets()Methods in org.geotools.ows.wmts.model with parameters of type TileMatrixSet Modifier and Type Method Description voidTileMatrix. setParent(TileMatrixSet parent)Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixSet Modifier and Type Method Description voidWMTSCapabilities. setMatrixSets(List<TileMatrixSet> matrixes)Clears all matrixSet's and populates with the list
 
-