Package net.opengis.wmts.v_1
Interface TileMatrixType
- 
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- TileMatrixTypeImpl
 
 public interface TileMatrixType extends DescriptionType A representation of the model object 'Tile Matrix Type'.The following features are supported: - See Also:
- wmtsv_1Package.getTileMatrixType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.BigIntegergetMatrixHeight()Returns the value of the 'Matrix Height' attribute.BigIntegergetMatrixWidth()Returns the value of the 'Matrix Width' attribute.doublegetScaleDenominator()Returns the value of the 'Scale Denominator' attribute.BigIntegergetTileHeight()Returns the value of the 'Tile Height' attribute.BigIntegergetTileWidth()Returns the value of the 'Tile Width' attribute.List<Double>getTopLeftCorner()Returns the value of the 'Top Left Corner' attribute.booleanisSetScaleDenominator()Returns whether the value of the 'Scale Denominator' attribute is set.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetMatrixHeight(BigInteger value)Sets the value of the 'Matrix Height' attribute.voidsetMatrixWidth(BigInteger value)Sets the value of the 'Matrix Width' attribute.voidsetScaleDenominator(double value)Sets the value of the 'Scale Denominator' attribute.voidsetTileHeight(BigInteger value)Sets the value of the 'Tile Height' attribute.voidsetTileWidth(BigInteger value)Sets the value of the 'Tile Width' attribute.voidsetTopLeftCorner(List<Double> value)Sets the value of the 'Top Left Corner' attribute.voidunsetScaleDenominator()Unsets the value of the 'Scale Denominator' attribute.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType 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(CodeType),- wmtsv_1Package.getTileMatrixType_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()
 
 - 
getScaleDenominatordouble 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:
- isSetScaleDenominator(),- unsetScaleDenominator(),- setScaleDenominator(double),- wmtsv_1Package.getTileMatrixType_ScaleDenominator()
 
 - 
setScaleDenominatorvoid setScaleDenominator(double value) Sets the value of the 'Scale Denominator' attribute.- Parameters:
- value- the new value of the 'Scale Denominator' attribute.
- See Also:
- isSetScaleDenominator(),- unsetScaleDenominator(),- getScaleDenominator()
 
 - 
unsetScaleDenominatorvoid unsetScaleDenominator() Unsets the value of the 'Scale Denominator' attribute.
 - 
isSetScaleDenominatorboolean 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:
- unsetScaleDenominator(),- getScaleDenominator(),- setScaleDenominator(double)
 
 - 
getTopLeftCornerList<Double> 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(List),- wmtsv_1Package.getTileMatrixType_TopLeftCorner()
 
 - 
setTopLeftCornervoid setTopLeftCorner(List<Double> value) Sets the value of the 'Top Left Corner' attribute.- Parameters:
- value- the new value of the 'Top Left Corner' attribute.
- See Also:
- getTopLeftCorner()
 
 - 
getTileWidthBigInteger 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(BigInteger),- wmtsv_1Package.getTileMatrixType_TileWidth()
 
 - 
setTileWidthvoid setTileWidth(BigInteger value) Sets the value of the 'Tile Width' attribute.- Parameters:
- value- the new value of the 'Tile Width' attribute.
- See Also:
- getTileWidth()
 
 - 
getTileHeightBigInteger 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(BigInteger),- wmtsv_1Package.getTileMatrixType_TileHeight()
 
 - 
setTileHeightvoid setTileHeight(BigInteger value) Sets the value of the 'Tile Height' attribute.- Parameters:
- value- the new value of the 'Tile Height' attribute.
- See Also:
- getTileHeight()
 
 - 
getMatrixWidthBigInteger 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(BigInteger),- wmtsv_1Package.getTileMatrixType_MatrixWidth()
 
 - 
setMatrixWidthvoid setMatrixWidth(BigInteger value) Sets the value of the 'Matrix Width' attribute.- Parameters:
- value- the new value of the 'Matrix Width' attribute.
- See Also:
- getMatrixWidth()
 
 - 
getMatrixHeightBigInteger 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(BigInteger),- wmtsv_1Package.getTileMatrixType_MatrixHeight()
 
 - 
setMatrixHeightvoid setMatrixHeight(BigInteger value) Sets the value of the 'Matrix Height' attribute.- Parameters:
- value- the new value of the 'Matrix Height' attribute.
- See Also:
- getMatrixHeight()
 
 
- 
 
-