Package net.opengis.gml311
Interface CurveSegmentArrayPropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- CurveSegmentArrayPropertyTypeImpl
 
 public interface CurveSegmentArrayPropertyType extends EObjectA representation of the model object 'Curve Segment Array Property Type'. A container for an array of curve segments.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractCurveSegmentType>getCurveSegment()Returns the value of the 'Curve Segment' containment reference list.FeatureMapgetCurveSegmentGroup()Returns the value of the 'Curve Segment Group' attribute list.
 
- 
- 
- 
Method Detail- 
getCurveSegmentGroupFeatureMap 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()
 
 - 
getCurveSegmentEList<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()
 
 
- 
 
-