Package net.opengis.gml311
Interface CurveSegmentArrayPropertyType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CurveSegmentArrayPropertyTypeImpl
public interface CurveSegmentArrayPropertyType
extends EObject
A representation of the model object 'Curve Segment Array Property Type'.
A container for an array of curve segments.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AbstractCurveSegmentType>
Returns the value of the 'Curve Segment' containment reference list.FeatureMap
Returns the value of the 'Curve Segment Group' attribute list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCurveSegmentGroup
FeatureMap getCurveSegmentGroup()Returns the value of the 'Curve Segment Group' attribute list. The list contents are of typeFeatureMap.Entry
. The "_CurveSegment" element is the abstract head of the substituition group for all curve segment elements, i.e. continuous segments of the same interpolation mechanism.- Returns:
- the value of the 'Curve Segment Group' attribute list.
- See Also:
-
getCurveSegment
EList<AbstractCurveSegmentType> getCurveSegment()Returns the value of the 'Curve Segment' containment reference list. The list contents are of typeAbstractCurveSegmentType
. The "_CurveSegment" element is the abstract head of the substituition group for all curve segment elements, i.e. continuous segments of the same interpolation mechanism.- Returns:
- the value of the 'Curve Segment' containment reference list.
- See Also:
-