Class WmtsTileMatrixSet


  • public final class WmtsTileMatrixSet
    extends java.lang.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
      java.lang.String getDescription()
      Gets the description of this tile matrix set.
      Envelope getExtent()
      Gets the minimum bounding rectangle surrounding this tile matrix set.
      java.lang.String getId()
      Gets the ID of this tile matrix set.
      java.util.List<java.lang.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.
      java.util.List<WmtsTileMatrixSet.TileMatrix> getTileMatrices()
      Gets the list of tile matrices in this tile matrix set.
      java.lang.String getTitle()
      Gets the title of this tile matrix set.
      java.lang.String getWellKnownScaleSetId()
      Gets the ID of the well known scale set of this tile matrix set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescription

        public java.lang.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 java.lang.String getId()
        Gets the ID of this tile matrix set.
        Returns:
        the ID of this tile matrix set
        Since:
        100.1.0
      • getKeywords

        public java.util.List<java.lang.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 java.util.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 java.lang.String getTitle()
        Gets the title of this tile matrix set.
        Returns:
        the title of this tile matrix set
        Since:
        100.1.0
      • getWellKnownScaleSetId

        public java.lang.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