Uses of Enum Class
org.geotools.ows.wmts.model.WMTSServiceType
Packages that use WMTSServiceType
Package
Description
-
Uses of WMTSServiceType in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return WMTSServiceTypeModifier and TypeMethodDescriptionWebMapTileServer.getType()
WMTSSpecification.GetMultiTileRequest.getType()
Methods in org.geotools.ows.wmts with parameters of type WMTSServiceTypeModifier and TypeMethodDescriptionvoid
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 WMTSServiceTypeModifierConstructorDescriptionWMTSTileService
(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 WMTSServiceTypeModifier and TypeMethodDescriptionWMTSCapabilities.getType()
static WMTSServiceType
Returns the enum constant of this class with the specified name.static WMTSServiceType[]
WMTSServiceType.values()
Returns an array containing the constants of this enum class, 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 -
Uses of WMTSServiceType in org.geotools.ows.wmts.response
Methods in org.geotools.ows.wmts.response that return WMTSServiceTypeMethods in org.geotools.ows.wmts.response with parameters of type WMTSServiceTypeConstructors in org.geotools.ows.wmts.response with parameters of type WMTSServiceTypeModifierConstructorDescriptionGetTileResponse
(HTTPResponse httpResponse, WMTSServiceType wmtsServiceType) Constructor of GetTileResponse.