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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractCurveSegmentType>
getCurveSegment()
Returns the value of the 'Curve Segment' containment reference list.FeatureMap
getCurveSegmentGroup()
Returns the value of the 'Curve Segment Group' attribute list.
-
-
-
Method Detail
-
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:
Gml311Package.getCurveSegmentArrayPropertyType_CurveSegmentGroup()
-
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:
Gml311Package.getCurveSegmentArrayPropertyType_CurveSegment()
-
-