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.wmts
Methods in org.geotools.ows.wmts that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
WebMapTileServer. 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.client
Methods in org.geotools.ows.wmts.client that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
WMTSTileService. getMatrixSet()
Methods in org.geotools.ows.wmts.client with parameters of type TileMatrixSet Modifier and Type Method Description static TileMatrixLimits
WMTSTileFactory. getLimits(TileMatrixSetLink tmsl, TileMatrixSet tms, int z)
void
WMTSTileService. 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.model
Methods in org.geotools.ows.wmts.model that return TileMatrixSet Modifier and Type Method Description TileMatrixSet
WMTSCapabilities. getMatrixSet(String identifier)
TileMatrixSet
TileMatrix. 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 void
TileMatrix. setParent(TileMatrixSet parent)
Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixSet Modifier and Type Method Description void
WMTSCapabilities. setMatrixSets(List<TileMatrixSet> matrixes)
Clears all matrixSet's and populates with the list
-