java.lang.Object
com.esri.arcgisruntime.ogc.wmts.WmtsLayerInfo
Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service.
You can obtain a WmtsLayerInfo
from the WmtsServiceInfo.getLayerInfos()
collection of a loaded
WmtsService
.
- Since:
- 100.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets a brief narrative description (abstract) of this WMTS layer.getId()
Gets the WMTS layer's identifier.Gets a collection of the image formats supported by the WMTS service.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 of WMTS styles that can be applied to this layer.Gets the collection of tile matrix sets available for this WMTS layer.getTitle()
Gets the layer's human-readable title.
-
Method Details
-
getDescription
Gets a brief narrative description (abstract) of this WMTS layer.- Returns:
- the description of this layer
- Since:
- 100.1.0
-
getImageFormats
Gets a collection of the image formats supported by the WMTS service.- Returns:
- a collection of the image formats supported by the WMTS service
- Since:
- 100.1.0
-
getId
Gets the WMTS layer's identifier.- Returns:
- the ID of this layer
- 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
-
getStyles
Gets a collection of WMTS styles that can be applied to this layer.- Returns:
- a collection of WMTS styles that can be applied to this layer
- Since:
- 100.1.0
-
getTileMatrixSets
Gets the collection of tile matrix sets available for this WMTS layer.- Returns:
- the collection of tile matrix sets available for this WMTS layer
- Since:
- 100.1.0
-
getTitle
Gets the layer's human-readable title.- Returns:
- the title
- Since:
- 100.1.0
-