Package net.opengis.wmts.v_1
Interface TileMatrixLimitsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TileMatrixLimitsTypeImpl
 
 public interface TileMatrixLimitsType extends EObjectA representation of the model object 'Tile Matrix Limits Type'.The following features are supported: - See Also:
- wmtsv_1Package.getTileMatrixLimitsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetMaxTileCol()Returns the value of the 'Max Tile Col' attribute.BigIntegergetMaxTileRow()Returns the value of the 'Max Tile Row' attribute.BigIntegergetMinTileCol()Returns the value of the 'Min Tile Col' attribute.BigIntegergetMinTileRow()Returns the value of the 'Min Tile Row' attribute.StringgetTileMatrix()Returns the value of the 'Tile Matrix' attribute.voidsetMaxTileCol(BigInteger value)Sets the value of the 'Max Tile Col' attribute.voidsetMaxTileRow(BigInteger value)Sets the value of the 'Max Tile Row' attribute.voidsetMinTileCol(BigInteger value)Sets the value of the 'Min Tile Col' attribute.voidsetMinTileRow(BigInteger value)Sets the value of the 'Min Tile Row' attribute.voidsetTileMatrix(String value)Sets the value of the 'Tile Matrix' attribute.
 
- 
- 
- 
Method Detail- 
getTileMatrixString getTileMatrix() Returns the value of the 'Tile Matrix' attribute. Reference to a TileMatrix identifier- Returns:
- the value of the 'Tile Matrix' attribute.
- See Also:
- setTileMatrix(String),- wmtsv_1Package.getTileMatrixLimitsType_TileMatrix()
 
 - 
setTileMatrixvoid setTileMatrix(String value) Sets the value of the 'Tile Matrix' attribute.- Parameters:
- value- the new value of the 'Tile Matrix' attribute.
- See Also:
- getTileMatrix()
 
 - 
getMinTileRowBigInteger getMinTileRow() Returns the value of the 'Min Tile Row' attribute. Minimum tile row index valid for this layer. From 0 to maxTileRow- Returns:
- the value of the 'Min Tile Row' attribute.
- See Also:
- setMinTileRow(BigInteger),- wmtsv_1Package.getTileMatrixLimitsType_MinTileRow()
 
 - 
setMinTileRowvoid setMinTileRow(BigInteger value) Sets the value of the 'Min Tile Row' attribute.- Parameters:
- value- the new value of the 'Min Tile Row' attribute.
- See Also:
- getMinTileRow()
 
 - 
getMaxTileRowBigInteger getMaxTileRow() Returns the value of the 'Max Tile Row' attribute. Maximim tile row index valid for this layer. From minTileRow to matrixWidth-1 of the tileMatrix section of this tileMatrixSet- Returns:
- the value of the 'Max Tile Row' attribute.
- See Also:
- setMaxTileRow(BigInteger),- wmtsv_1Package.getTileMatrixLimitsType_MaxTileRow()
 
 - 
setMaxTileRowvoid setMaxTileRow(BigInteger value) Sets the value of the 'Max Tile Row' attribute.- Parameters:
- value- the new value of the 'Max Tile Row' attribute.
- See Also:
- getMaxTileRow()
 
 - 
getMinTileColBigInteger getMinTileCol() Returns the value of the 'Min Tile Col' attribute. Minimum tile column index valid for this layer. From 0 to maxTileCol- Returns:
- the value of the 'Min Tile Col' attribute.
- See Also:
- setMinTileCol(BigInteger),- wmtsv_1Package.getTileMatrixLimitsType_MinTileCol()
 
 - 
setMinTileColvoid setMinTileCol(BigInteger value) Sets the value of the 'Min Tile Col' attribute.- Parameters:
- value- the new value of the 'Min Tile Col' attribute.
- See Also:
- getMinTileCol()
 
 - 
getMaxTileColBigInteger getMaxTileCol() Returns the value of the 'Max Tile Col' attribute. Maximim tile column index valid for this layer. From minTileCol to tileHeight-1 of the tileMatrix section of this tileMatrixSet.- Returns:
- the value of the 'Max Tile Col' attribute.
- See Also:
- setMaxTileCol(BigInteger),- wmtsv_1Package.getTileMatrixLimitsType_MaxTileCol()
 
 - 
setMaxTileColvoid setMaxTileCol(BigInteger value) Sets the value of the 'Max Tile Col' attribute.- Parameters:
- value- the new value of the 'Max Tile Col' attribute.
- See Also:
- getMaxTileCol()
 
 
- 
 
-