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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Max Tile Col' attribute.Returns the value of the 'Max Tile Row' attribute.Returns the value of the 'Min Tile Col' attribute.Returns the value of the 'Min Tile Row' attribute.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.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
-
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
Sets the value of the 'Tile Matrix
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix' attribute.- See Also:
-
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
Sets the value of the 'Min Tile Row
' attribute.- Parameters:
value
- the new value of the 'Min Tile Row' attribute.- See Also:
-
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
Sets the value of the 'Max Tile Row
' attribute.- Parameters:
value
- the new value of the 'Max Tile Row' attribute.- See Also:
-
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
Sets the value of the 'Min Tile Col
' attribute.- Parameters:
value
- the new value of the 'Min Tile Col' attribute.- See Also:
-
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
Sets the value of the 'Max Tile Col
' attribute.- Parameters:
value
- the new value of the 'Max Tile Col' attribute.- See Also:
-