Uses of Class
org.geotools.ows.wmts.model.WMTSCapabilities
-
Packages that use WMTSCapabilities Package Description org.geotools.ows.wmts org.geotools.ows.wmts.request -
-
Uses of WMTSCapabilities in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return WMTSCapabilities Modifier and Type Method Description WMTSCapabilities
WebMapTileServer. getCapabilities()
Constructors in org.geotools.ows.wmts with parameters of type WMTSCapabilities Constructor Description GetMultiTileRequest(URL onlineResource, Properties properties, WMTSCapabilities capabilities)
GetMultiTileRequest(URL onlineResource, Properties properties, WMTSCapabilities capabilities, HTTPClient client)
WebMapTileServer(URL serverURL, HTTPClient httpClient, WMTSCapabilities capabilities)
Set up the WebMapTileServer by the given capabilities, with the given serverURL.WebMapTileServer(URL serverURL, HTTPClient httpClient, WMTSCapabilities capabilities, Map<String,Object> hints)
Set up the WebMapTileServer by the given capabilities, with the given serverURL and additional hints.WebMapTileServer(URL serverURL, WMTSCapabilities capabilities)
Set up the WebMapTileServer by the given capabilities, with the given serverURL. -
Uses of WMTSCapabilities in org.geotools.ows.wmts.request
Fields in org.geotools.ows.wmts.request declared as WMTSCapabilities Modifier and Type Field Description protected WMTSCapabilities
AbstractGetTileRequest. capabilities
-