Package net.opengis.wmts.v_1
Interface TileMatrixSetType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
TileMatrixSetTypeImpl
A representation of the model object 'Tile Matrix Set Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bounding Box' containment reference.FeatureMap
Returns the value of the 'Bounding Box Group' attribute list.Returns the value of the 'Identifier' containment reference.Returns the value of the 'Supported CRS' attribute.EList<TileMatrixType>
Returns the value of the 'Tile Matrix' containment reference list.Returns the value of the 'Well Known Scale Set' attribute.void
setBoundingBox
(BoundingBoxType value) Sets the value of the 'Bounding Box
' containment reference.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
setSupportedCRS
(String value) Sets the value of the 'Supported CRS
' attribute.void
setWellKnownScaleSet
(String value) Sets the value of the 'Well Known Scale Set
' attribute.Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
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 typeFeatureMap.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
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
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
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 typeTileMatrixType
. Describes a scale level and its tile matrix.- Returns:
- the value of the 'Tile Matrix' containment reference list.
- See Also:
-