Package net.opengis.gml311
Interface CurveArrayPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CurveArrayPropertyTypeImpl
public interface CurveArrayPropertyType extends EObject
A representation of the model object 'Curve Array Property Type'. A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractCurveType>
getCurve()
Returns the value of the 'Curve' containment reference list.FeatureMap
getCurveGroup()
Returns the value of the 'Curve Group' attribute list.
-
-
-
Method Detail
-
getCurveGroup
FeatureMap getCurveGroup()
Returns the value of the 'Curve Group' attribute list. The list contents are of typeFeatureMap.Entry
. The "_Curve" element is the abstract head of the substituition group for all (continuous) curve elements.- Returns:
- the value of the 'Curve Group' attribute list.
- See Also:
Gml311Package.getCurveArrayPropertyType_CurveGroup()
-
getCurve
EList<AbstractCurveType> getCurve()
Returns the value of the 'Curve' containment reference list. The list contents are of typeAbstractCurveType
. The "_Curve" element is the abstract head of the substituition group for all (continuous) curve elements.- Returns:
- the value of the 'Curve' containment reference list.
- See Also:
Gml311Package.getCurveArrayPropertyType_Curve()
-
-