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:
GmlPackage.getGridLimitsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridEnvelopeType
getGridEnvelope()
Returns the value of the 'Grid Envelope' containment reference.void
setGridEnvelope(GridEnvelopeType value)
Sets the value of the 'Grid Envelope
' containment reference.
-
-
-
Method Detail
-
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(GridEnvelopeType)
,GmlPackage.getGridLimitsType_GridEnvelope()
-
setGridEnvelope
void 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()
-
-