Uses of Class
org.geotools.ows.wmts.model.WMTSLayer
-
Packages that use WMTSLayer Package Description org.geotools.ows.wmts org.geotools.ows.wmts.client org.geotools.ows.wmts.model org.geotools.ows.wmts.request -
-
Uses of WMTSLayer in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type WMTSLayer 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 WMTSLayer in org.geotools.ows.wmts.client
Constructors in org.geotools.ows.wmts.client with parameters of type WMTSLayer 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 WMTSLayer in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return WMTSLayer Modifier and Type Method Description WMTSLayer
WMTSCapabilities. getLayer(String name)
Methods in org.geotools.ows.wmts.model that return types with arguments of type WMTSLayer Modifier and Type Method Description List<WMTSLayer>
WMTSCapabilities. getLayerList()
Access a flat view of the layers available in the WMTS. -
Uses of WMTSLayer in org.geotools.ows.wmts.request
Fields in org.geotools.ows.wmts.request declared as WMTSLayer Modifier and Type Field Description protected WMTSLayer
AbstractGetTileRequest. layer
Methods in org.geotools.ows.wmts.request with parameters of type WMTSLayer Modifier and Type Method Description void
AbstractGetTileRequest. setLayer(WMTSLayer layer)
void
GetTileRequest. setLayer(WMTSLayer layer)
-