Package net.opengis.wmts.v_1
Interface TileMatrixLimitsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TileMatrixLimitsTypeImpl
public interface TileMatrixLimitsType extends EObject
A representation of the model object 'Tile Matrix Limits Type'.The following features are supported:
- See Also:
wmtsv_1Package.getTileMatrixLimitsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getMaxTileCol()
Returns the value of the 'Max Tile Col' attribute.BigInteger
getMaxTileRow()
Returns the value of the 'Max Tile Row' attribute.BigInteger
getMinTileCol()
Returns the value of the 'Min Tile Col' attribute.BigInteger
getMinTileRow()
Returns the value of the 'Min Tile Row' attribute.String
getTileMatrix()
Returns the value of the 'Tile Matrix' attribute.void
setMaxTileCol(BigInteger value)
Sets the value of the 'Max Tile Col
' attribute.void
setMaxTileRow(BigInteger value)
Sets the value of the 'Max Tile Row
' attribute.void
setMinTileCol(BigInteger value)
Sets the value of the 'Min Tile Col
' attribute.void
setMinTileRow(BigInteger value)
Sets the value of the 'Min Tile Row
' attribute.void
setTileMatrix(String value)
Sets the value of the 'Tile Matrix
' attribute.
-
-
-
Method Detail
-
getTileMatrix
String 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()
-
setTileMatrix
void setTileMatrix(String value)
Sets the value of the 'Tile Matrix
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix' attribute.- See Also:
getTileMatrix()
-
getMinTileRow
BigInteger 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()
-
setMinTileRow
void 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()
-
getMaxTileRow
BigInteger 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()
-
setMaxTileRow
void 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()
-
getMinTileCol
BigInteger 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()
-
setMinTileCol
void 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()
-
getMaxTileCol
BigInteger 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()
-
setMaxTileCol
void 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()
-
-