Interface TileMatrixSetType

All Superinterfaces:
DescriptionType, EObject, Notifier
All Known Implementing Classes:
TileMatrixSetTypeImpl

public interface TileMatrixSetType extends DescriptionType
A representation of the model object 'Tile Matrix Set Type'.

The following features are supported:

See Also:
  • Method Details

    • getIdentifier

      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference. Tile matrix set identifier
      Returns:
      the value of the 'Identifier' containment reference.
      See Also:
    • setIdentifier

      void setIdentifier(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      Parameters:
      value - the new value of the 'Identifier' containment reference.
      See Also:
    • getBoundingBoxGroup

      FeatureMap getBoundingBoxGroup()
      Returns the value of the 'Bounding Box Group' attribute list. The list contents are of type FeatureMap.Entry. Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS
      Returns:
      the value of the 'Bounding Box Group' attribute list.
      See Also:
    • getBoundingBox

      BoundingBoxType getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference. Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS
      Returns:
      the value of the 'Bounding Box' containment reference.
      See Also:
    • setBoundingBox

      void setBoundingBox(BoundingBoxType value)
      Sets the value of the 'Bounding Box' containment reference.
      Parameters:
      value - the new value of the 'Bounding Box' containment reference.
      See Also:
    • getSupportedCRS

      String getSupportedCRS()
      Returns the value of the 'Supported CRS' attribute. Reference to one coordinate reference system (CRS).
      Returns:
      the value of the 'Supported CRS' attribute.
      See Also:
    • setSupportedCRS

      void setSupportedCRS(String value)
      Sets the value of the 'Supported CRS' attribute.
      Parameters:
      value - the new value of the 'Supported CRS' attribute.
      See Also:
    • getWellKnownScaleSet

      String getWellKnownScaleSet()
      Returns the value of the 'Well Known Scale Set' attribute. Reference to a well known scale set. urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Scale, urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Pixel, urn:ogc:def:wkss:OGC:1.0:GoogleCRS84Quad and urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible are possible values that are defined in Annex E. It has to be consistent with the SupportedCRS and with the ScaleDenominators of the TileMatrix elements.
      Returns:
      the value of the 'Well Known Scale Set' attribute.
      See Also:
    • setWellKnownScaleSet

      void setWellKnownScaleSet(String value)
      Sets the value of the 'Well Known Scale Set' attribute.
      Parameters:
      value - the new value of the 'Well Known Scale Set' attribute.
      See Also:
    • getTileMatrix

      EList<TileMatrixType> getTileMatrix()
      Returns the value of the 'Tile Matrix' containment reference list. The list contents are of type TileMatrixType. Describes a scale level and its tile matrix.
      Returns:
      the value of the 'Tile Matrix' containment reference list.
      See Also: