Package net.opengis.gml
Interface GridLimitsType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
GridLimitsTypeImpl
public interface GridLimitsType
extends EObject
A representation of the model object 'Grid Limits Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Grid Envelope' containment reference.voidsetGridEnvelope(GridEnvelopeType value) Sets the value of the 'Grid Envelope' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGridEnvelope
GridEnvelopeType getGridEnvelope()Returns the value of the 'Grid Envelope' containment reference.If the meaning of the 'Grid Envelope' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid Envelope' containment reference.
- See Also:
-
setGridEnvelope
Sets the value of the 'Grid Envelope' containment reference.- Parameters:
value- the new value of the 'Grid Envelope' containment reference.- See Also:
-