Package net.opengis.wmts.v_1
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:
wmtsv_1Package.getTileMatrixSetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBoxType
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.FeatureMap
getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.String
getSupportedCRS()
Returns the value of the 'Supported CRS' attribute.EList<TileMatrixType>
getTileMatrix()
Returns the value of the 'Tile Matrix' containment reference list.String
getWellKnownScaleSet()
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
-
-
-
-
Method Detail
-
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(CodeType)
,wmtsv_1Package.getTileMatrixSetType_Identifier()
-
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:
getIdentifier()
-
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:
wmtsv_1Package.getTileMatrixSetType_BoundingBoxGroup()
-
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(BoundingBoxType)
,wmtsv_1Package.getTileMatrixSetType_BoundingBox()
-
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:
getBoundingBox()
-
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(String)
,wmtsv_1Package.getTileMatrixSetType_SupportedCRS()
-
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:
getSupportedCRS()
-
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(String)
,wmtsv_1Package.getTileMatrixSetType_WellKnownScaleSet()
-
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:
getWellKnownScaleSet()
-
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:
wmtsv_1Package.getTileMatrixSetType_TileMatrix()
-
-