Uses of Class
org.geotools.ows.wmts.model.WMTSServiceType
-
Packages that use WMTSServiceType Package Description org.geotools.ows.wmts org.geotools.ows.wmts.client org.geotools.ows.wmts.model org.geotools.ows.wmts.request org.geotools.ows.wmts.response -
-
Uses of WMTSServiceType in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return WMTSServiceType Modifier and Type Method Description WMTSServiceType
WebMapTileServer. getType()
WMTSServiceType
WMTSSpecification.GetMultiTileRequest. getType()
Methods in org.geotools.ows.wmts with parameters of type WMTSServiceType Modifier and Type Method Description void
WebMapTileServer. setType(WMTSServiceType type)
void
WMTSSpecification.GetMultiTileRequest. setType(WMTSServiceType type)
-
Uses of WMTSServiceType in org.geotools.ows.wmts.client
Constructors in org.geotools.ows.wmts.client with parameters of type WMTSServiceType Constructor Description 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. -
Uses of WMTSServiceType in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return WMTSServiceType Modifier and Type Method Description WMTSServiceType
WMTSCapabilities. getType()
static WMTSServiceType
WMTSServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WMTSServiceType[]
WMTSServiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WMTSServiceType in org.geotools.ows.wmts.request
Fields in org.geotools.ows.wmts.request declared as WMTSServiceType Modifier and Type Field Description protected WMTSServiceType
AbstractGetTileRequest. type
-
Uses of WMTSServiceType in org.geotools.ows.wmts.response
Methods in org.geotools.ows.wmts.response that return WMTSServiceType Modifier and Type Method Description WMTSServiceType
GetTileResponse. getType()
Methods in org.geotools.ows.wmts.response with parameters of type WMTSServiceType Modifier and Type Method Description void
GetTileResponse. setType(WMTSServiceType type)
Constructors in org.geotools.ows.wmts.response with parameters of type WMTSServiceType Constructor Description GetTileResponse(HTTPResponse httpResponse, WMTSServiceType wmtsServiceType)
Constructor of GetTileResponse.
-