java.lang.Object
com.esri.arcgisruntime.ogc.wmts.WmtsServiceInfo
The service metadata for a Web Map Tile Service (WMTS).
You can obtain the WmtsServiceInfo
from a loaded WmtsService
.
- Since:
- 100.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the WMTS service's description.Gets an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.Gets a collection ofWmtsLayerInfo
objects that describes the layers within this WMTS service.Gets the collection of tile matrix sets available in this WMTS Service.getTitle()
Gets the WMTS service's title.The WMTS service's version.
-
Method Details
-
getDescription
Gets the WMTS service's description.- Returns:
- the description of the service
- Since:
- 100.1.0
-
getKeywords
Gets an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.- Returns:
- an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset
- Since:
- 100.1.0
-
getLayerInfos
Gets a collection ofWmtsLayerInfo
objects that describes the layers within this WMTS service.- Returns:
- a collection of
WmtsLayerInfo
objects that describes the layers within this WMTS service - Since:
- 100.1.0
-
getTileMatrixSets
Gets the collection of tile matrix sets available in this WMTS Service.- Returns:
- the collection of tile matrix sets available in this WMTS Service
- Since:
- 100.1.0
-
getTitle
Gets the WMTS service's title.- Returns:
- the title of this service
- Since:
- 100.1.0
-
getVersion
The WMTS service's version.Version string specified by the ows:ServiceTypeVersion field of the GetCapabilities response. It is expected to be "1.0.0".
- Returns:
- the version of this service
- Since:
- 100.1.0
-