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:
GmlPackage.getBoundingShapeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvelopeType
getEnvelope()
Returns the value of the 'Envelope' containment reference.FeatureMap
getEnvelopeGroup()
Returns the value of the 'Envelope Group' attribute list.void
setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope
' containment reference.
-
-
-
Method Detail
-
getEnvelopeGroup
FeatureMap 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:
GmlPackage.getBoundingShapeType_EnvelopeGroup()
-
getEnvelope
EnvelopeType 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)
,GmlPackage.getBoundingShapeType_Envelope()
-
setEnvelope
void setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope
' containment reference.- Parameters:
value
- the new value of the 'Envelope' containment reference.- See Also:
getEnvelope()
-
-