Uses of Class
org.geotools.ows.wmts.model.WMTSLayer
Packages that use WMTSLayer
Package
Description
-
Uses of WMTSLayer in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type WMTSLayerModifier and TypeMethodDescriptionWebMapTileServer.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 WMTSLayerModifierConstructorDescriptionWMTSTileService
(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 WMTSLayerMethods in org.geotools.ows.wmts.model that return types with arguments of type WMTSLayerModifier and TypeMethodDescriptionWMTSCapabilities.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 WMTSLayerMethods in org.geotools.ows.wmts.request with parameters of type WMTSLayer