Package net.opengis.wmts.v_1
Interface TileMatrixSetLimitsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TileMatrixSetLimitsTypeImpl
public interface TileMatrixSetLimitsType
extends EObject
A representation of the model object 'Tile Matrix Set Limits Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<TileMatrixLimitsType>
Returns the value of the 'Tile Matrix Limits' containment reference list.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
-
getTileMatrixLimits
EList<TileMatrixLimitsType> getTileMatrixLimits()Returns the value of the 'Tile Matrix Limits' containment reference list. The list contents are of typeTileMatrixLimitsType
. Metadata describing the limits of the TileMatrixSet indices. Multiplicity must be the multiplicity of TileMatrix in this TileMatrixSet.- Returns:
- the value of the 'Tile Matrix Limits' containment reference list.
- See Also:
-