Package net.opengis.gml311
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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getGridEnvelopeGridEnvelopeType 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:
 
- 
setGridEnvelopeSets the value of the 'Grid Envelope' containment reference.- Parameters:
- value- the new value of the 'Grid Envelope' containment reference.
- See Also:
 
 
-