Package net.opengis.gml
Interface BoundingShapeType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- BoundingShapeTypeImpl
public interface BoundingShapeType
extends EObject
 A representation of the model object 'Bounding Shape Type'.
 
 
 Bounding shape.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Envelope' containment reference.FeatureMapReturns the value of the 'Envelope Group' attribute list.voidsetEnvelope(EnvelopeType value) Sets the value of the '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- 
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:
 
- 
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:
 
- 
setEnvelopeSets the value of the 'Envelope' containment reference.- Parameters:
- value- the new value of the 'Envelope' containment reference.
- See Also:
 
 
-