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.wmtsMethods in org.geotools.ows.wmts that return WMTSCapabilities Modifier and Type Method Description WMTSCapabilitiesWebMapTileServer. 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.requestFields in org.geotools.ows.wmts.request declared as WMTSCapabilities Modifier and Type Field Description protected WMTSCapabilitiesAbstractGetTileRequest. capabilities
 
-