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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBoxTypegetBoundingBox()Returns the value of the 'Bounding Box' containment reference.FeatureMapgetBoundingBoxGroup()Returns the value of the 'Bounding Box Group' attribute list.CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.StringgetSupportedCRS()Returns the value of the 'Supported CRS' attribute.EList<TileMatrixType>getTileMatrix()Returns the value of the 'Tile Matrix' containment reference list.StringgetWellKnownScaleSet()Returns the value of the 'Well Known Scale Set' attribute.voidsetBoundingBox(BoundingBoxType value)Sets the value of the 'Bounding Box' containment reference.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetSupportedCRS(String value)Sets the value of the 'Supported CRS' attribute.voidsetWellKnownScaleSet(String value)Sets the value of the 'Well Known Scale Set' attribute.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType 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()
 
 - 
setIdentifiervoid setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
- getIdentifier()
 
 - 
getBoundingBoxGroupFeatureMap 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()
 
 - 
getBoundingBoxBoundingBoxType 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()
 
 - 
setBoundingBoxvoid 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()
 
 - 
getSupportedCRSString 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()
 
 - 
setSupportedCRSvoid setSupportedCRS(String value) Sets the value of the 'Supported CRS' attribute.- Parameters:
- value- the new value of the 'Supported CRS' attribute.
- See Also:
- getSupportedCRS()
 
 - 
getWellKnownScaleSetString 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()
 
 - 
setWellKnownScaleSetvoid 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()
 
 - 
getTileMatrixEList<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()
 
 
- 
 
-