Package net.opengis.wmts.v_1
Interface TileMatrixType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
TileMatrixTypeImpl
A representation of the model object 'Tile Matrix Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identifier' containment reference.Returns the value of the 'Matrix Height' attribute.Returns the value of the 'Matrix Width' attribute.double
Returns the value of the 'Scale Denominator' attribute.Returns the value of the 'Tile Height' attribute.Returns the value of the 'Tile Width' attribute.Returns the value of the 'Top Left Corner' attribute.boolean
Returns whether the value of the 'Scale Denominator
' attribute is set.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
setMatrixHeight
(BigInteger value) Sets the value of the 'Matrix Height
' attribute.void
setMatrixWidth
(BigInteger value) Sets the value of the 'Matrix Width
' attribute.void
setScaleDenominator
(double value) Sets the value of the 'Scale Denominator
' attribute.void
setTileHeight
(BigInteger value) Sets the value of the 'Tile Height
' attribute.void
setTileWidth
(BigInteger value) Sets the value of the 'Tile Width
' attribute.void
setTopLeftCorner
(List<Double> value) Sets the value of the 'Top Left Corner
' attribute.void
Unsets the value of the 'Scale Denominator
' 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 identifier. Typically an abreviation of the ScaleDenominator value or its equivalent pixel size- 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:
-
getScaleDenominator
double getScaleDenominator()Returns the value of the 'Scale Denominator' attribute. Scale denominator level of this tile matrix- Returns:
- the value of the 'Scale Denominator' attribute.
- See Also:
-
setScaleDenominator
void setScaleDenominator(double value) Sets the value of the 'Scale Denominator
' attribute.- Parameters:
value
- the new value of the 'Scale Denominator' attribute.- See Also:
-
unsetScaleDenominator
void unsetScaleDenominator()Unsets the value of the 'Scale Denominator
' attribute. -
isSetScaleDenominator
boolean isSetScaleDenominator()Returns whether the value of the 'Scale Denominator
' attribute is set.- Returns:
- whether the value of the 'Scale Denominator' attribute is set.
- See Also:
-
getTopLeftCorner
Returns the value of the 'Top Left Corner' attribute. Position in CRS coordinates of the top-left corner of this tile matrix. This are the precise coordinates of the top left corner of top left pixel of the 0,0 tile in SupportedCRS coordinates of this TileMatrixSet.- Returns:
- the value of the 'Top Left Corner' attribute.
- See Also:
-
setTopLeftCorner
Sets the value of the 'Top Left Corner
' attribute.- Parameters:
value
- the new value of the 'Top Left Corner' attribute.- See Also:
-
getTileWidth
BigInteger getTileWidth()Returns the value of the 'Tile Width' attribute. Width of each tile of this tile matrix in pixels.- Returns:
- the value of the 'Tile Width' attribute.
- See Also:
-
setTileWidth
Sets the value of the 'Tile Width
' attribute.- Parameters:
value
- the new value of the 'Tile Width' attribute.- See Also:
-
getTileHeight
BigInteger getTileHeight()Returns the value of the 'Tile Height' attribute. Height of each tile of this tile matrix in pixels- Returns:
- the value of the 'Tile Height' attribute.
- See Also:
-
setTileHeight
Sets the value of the 'Tile Height
' attribute.- Parameters:
value
- the new value of the 'Tile Height' attribute.- See Also:
-
getMatrixWidth
BigInteger getMatrixWidth()Returns the value of the 'Matrix Width' attribute. Width of the matrix (number of tiles in width)- Returns:
- the value of the 'Matrix Width' attribute.
- See Also:
-
setMatrixWidth
Sets the value of the 'Matrix Width
' attribute.- Parameters:
value
- the new value of the 'Matrix Width' attribute.- See Also:
-
getMatrixHeight
BigInteger getMatrixHeight()Returns the value of the 'Matrix Height' attribute. Height of the matrix (number of tiles in height)- Returns:
- the value of the 'Matrix Height' attribute.
- See Also:
-
setMatrixHeight
Sets the value of the 'Matrix Height
' attribute.- Parameters:
value
- the new value of the 'Matrix Height' attribute.- See Also:
-