Package net.opengis.wmts.v_1
Interface TileMatrixSetLinkType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TileMatrixSetLinkTypeImpl
public interface TileMatrixSetLinkType
extends EObject
A representation of the model object 'Tile Matrix Set Link Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Tile Matrix Set' attribute.Returns the value of the 'Tile Matrix Set Limits' containment reference.void
setTileMatrixSet
(String value) Sets the value of the 'Tile Matrix Set
' attribute.void
Sets the value of the 'Tile Matrix Set Limits
' containment reference.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
-
getTileMatrixSet
String getTileMatrixSet()Returns the value of the 'Tile Matrix Set' attribute. Reference to a tileMatrixSet- Returns:
- the value of the 'Tile Matrix Set' attribute.
- See Also:
-
setTileMatrixSet
Sets the value of the 'Tile Matrix Set
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix Set' attribute.- See Also:
-
getTileMatrixSetLimits
TileMatrixSetLimitsType getTileMatrixSetLimits()Returns the value of the 'Tile Matrix Set Limits' containment reference. Indices limits for this tileMatrixSet. The absence of this element means that tile row and tile col indices are only limited by 0 and the corresponding tileMatrixSet maximum definitions.- Returns:
- the value of the 'Tile Matrix Set Limits' containment reference.
- See Also:
-
setTileMatrixSetLimits
Sets the value of the 'Tile Matrix Set Limits
' containment reference.- Parameters:
value
- the new value of the 'Tile Matrix Set Limits' containment reference.- See Also:
-