Package net.opengis.gml311
Interface BoundingShapeType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- BoundingShapeTypeImpl
 
 public interface BoundingShapeType extends EObjectA representation of the model object 'Bounding Shape Type'. Bounding shape.The following features are supported: - See Also:
- Gml311Package.getBoundingShapeType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvelopeTypegetEnvelope()Returns the value of the 'Envelope' containment reference.FeatureMapgetEnvelopeGroup()Returns the value of the 'Envelope Group' attribute list.ObjectgetNull()Returns the value of the 'Null' attribute.voidsetEnvelope(EnvelopeType value)Sets the value of the 'Envelope' containment reference.voidsetNull(Object value)Sets the value of the 'Null' attribute.
 
- 
- 
- 
Method Detail- 
getEnvelopeGroupFeatureMap getEnvelopeGroup() Returns the value of the 'Envelope Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Envelope Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Envelope Group' attribute list.
- See Also:
- Gml311Package.getBoundingShapeType_EnvelopeGroup()
 
 - 
getEnvelopeEnvelopeType getEnvelope() Returns the value of the 'Envelope' containment reference.If the meaning of the 'Envelope' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Envelope' containment reference.
- See Also:
- setEnvelope(EnvelopeType),- Gml311Package.getBoundingShapeType_Envelope()
 
 - 
setEnvelopevoid setEnvelope(EnvelopeType value) Sets the value of the 'Envelope' containment reference.- Parameters:
- value- the new value of the 'Envelope' containment reference.
- See Also:
- getEnvelope()
 
 - 
getNullObject getNull() Returns the value of the 'Null' attribute.If the meaning of the 'Null' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Null' attribute.
- See Also:
- setNull(Object),- Gml311Package.getBoundingShapeType_Null()
 
 
- 
 
-