java.lang.Object
com.esri.arcgisruntime.ogc.wmts.WmtsTileMatrixSet
Defines a series of tile matrices and some common parameters of a layer in a Web Map Tile Service (WMTS).
- Since:
- 100.1.0
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Defines a WMTS Tile Matrix. -
Method Summary
Modifier and TypeMethodDescriptionGets the description of this tile matrix set.Gets the minimum bounding rectangle surrounding this tile matrix set.getId()
Gets the ID of this tile matrix set.Gets the list of zero or more commonly used or formalized words or phrases used to describe this tile matrix set.Gets the spatial reference of this tile matrix set.Gets the list of tile matrices in this tile matrix set.getTitle()
Gets the title of this tile matrix set.Gets the ID of the well known scale set of this tile matrix set.
-
Method Details
-
getDescription
Gets the description of this tile matrix set.- Returns:
- the description of this tile matrix set
- Since:
- 100.1.0
-
getExtent
Gets the minimum bounding rectangle surrounding this tile matrix set.- Returns:
- the minimum bounding rectangle surrounding this tile matrix set
- Since:
- 100.1.0
-
getId
Gets the ID of this tile matrix set.- Returns:
- the ID of this tile matrix set
- Since:
- 100.1.0
-
getKeywords
Gets the list of zero or more commonly used or formalized words or phrases used to describe this tile matrix set.- Returns:
- an unmodifiable list of keywords
- Since:
- 100.1.0
-
getSpatialReference
Gets the spatial reference of this tile matrix set.- Returns:
- the spatial reference of this tile matrix set
- Since:
- 100.1.0
-
getTileMatrices
Gets the list of tile matrices in this tile matrix set.- Returns:
- an unmodifiable list of tile matrices
- Since:
- 100.1.0
-
getTitle
Gets the title of this tile matrix set.- Returns:
- the title of this tile matrix set
- Since:
- 100.1.0
-
getWellKnownScaleSetId
Gets the ID of the well known scale set of this tile matrix set.- Returns:
- the ID of the well known scale set of this tile matrix set
- Since:
- 100.1.0
-