Package com.esri.arcgisruntime.ogc.wmts
Class WmtsTileMatrixSet
- java.lang.Object
-
- com.esri.arcgisruntime.ogc.wmts.WmtsTileMatrixSet
-
public final class WmtsTileMatrixSet extends Object
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:
WmtsLayerInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WmtsTileMatrixSet.TileMatrix
Defines a WMTS Tile Matrix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the description of this tile matrix set.Envelope
getExtent()
Gets the minimum bounding rectangle surrounding this tile matrix set.String
getId()
Gets the ID of this tile matrix set.List<String>
getKeywords()
Gets the list of zero or more commonly used or formalized words or phrases used to describe this tile matrix set.SpatialReference
getSpatialReference()
Gets the spatial reference of this tile matrix set.List<WmtsTileMatrixSet.TileMatrix>
getTileMatrices()
Gets the list of tile matrices in this tile matrix set.String
getTitle()
Gets the title of this tile matrix set.String
getWellKnownScaleSetId()
Gets the ID of the well known scale set of this tile matrix set.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the description of this tile matrix set.- Returns:
- the description of this tile matrix set
- Since:
- 100.1.0
-
getExtent
public Envelope 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
public String getId()
Gets the ID of this tile matrix set.- Returns:
- the ID of this tile matrix set
- Since:
- 100.1.0
-
getKeywords
public List<String> 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
public SpatialReference getSpatialReference()
Gets the spatial reference of this tile matrix set.- Returns:
- the spatial reference of this tile matrix set
- Since:
- 100.1.0
-
getTileMatrices
public List<WmtsTileMatrixSet.TileMatrix> getTileMatrices()
Gets the list of tile matrices in this tile matrix set.- Returns:
- an unmodifiable list of tile matrices
- Since:
- 100.1.0
-
getTitle
public String getTitle()
Gets the title of this tile matrix set.- Returns:
- the title of this tile matrix set
- Since:
- 100.1.0
-
getWellKnownScaleSetId
public String 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
-
-