Package net.opengis.gml
Interface GridLimitsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GridLimitsTypeImpl
 
 public interface GridLimitsType extends EObjectA representation of the model object 'Grid Limits Type'.The following features are supported: - See Also:
- GmlPackage.getGridLimitsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GridEnvelopeTypegetGridEnvelope()Returns the value of the 'Grid Envelope' containment reference.voidsetGridEnvelope(GridEnvelopeType value)Sets the value of the 'Grid Envelope' containment reference.
 
- 
- 
- 
Method Detail- 
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:
- setGridEnvelope(GridEnvelopeType),- GmlPackage.getGridLimitsType_GridEnvelope()
 
 - 
setGridEnvelopevoid setGridEnvelope(GridEnvelopeType value) Sets the value of the 'Grid Envelope' containment reference.- Parameters:
- value- the new value of the 'Grid Envelope' containment reference.
- See Also:
- getGridEnvelope()
 
 
- 
 
-