Uses of Class
org.geotools.ows.wmts.WebMapTileServer
-
Packages that use WebMapTileServer Package Description org.geotools.ows.wmts org.geotools.ows.wmts.client org.geotools.ows.wmts.map -
-
Uses of WebMapTileServer in org.geotools.ows.wmts
Constructors in org.geotools.ows.wmts with parameters of type WebMapTileServer Constructor Description WebMapTileServer(WebMapTileServer delegate)
Set up a WebMapTileServer by the same serverURL, httpClient, capabilities and hints as delegate -
Uses of WebMapTileServer in org.geotools.ows.wmts.client
Constructors in org.geotools.ows.wmts.client with parameters of type WebMapTileServer Constructor Description 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 WebMapTileServer in org.geotools.ows.wmts.map
Constructors in org.geotools.ows.wmts.map with parameters of type WebMapTileServer Constructor Description WMTSCoverageReader(WebMapTileServer server, Layer layer)
Builds a new WMS coverage readerWMTSMapLayer(WebMapTileServer wmts, Layer layer)
Builds a new WMTS map layerWMTSMapLayer(WebMapTileServer wmts, Layer layer, CoordinateReferenceSystem sourceCRS)
Builds a new WMTS map layer
-