Package com.luciad.format.gml31.model
Class TLcdGML31CurveArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31CurveArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
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.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_Curve
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetCurve()
Returns the value of the property that maps to the_Curve
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
CURVE_PROPERTY
Data property that maps to the_Curve
element. The possible values for this property are instances ofList<TLcdGML31AbstractCurve>
.
-
-
Constructor Details
-
TLcdGML31CurveArrayProperty
public TLcdGML31CurveArrayProperty() -
TLcdGML31CurveArrayProperty
-
-
Method Details
-
getCurve
Returns the value of the property that maps to the_Curve
element.The "_Curve" element is the abstract head of the substitution group for all (continuous) curve elements.
- Returns:
- the value of the
CURVE_PROPERTY
property.
-