Package com.luciad.format.gml31.model
Class TLcdGML31CurveSegmentArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31CurveSegmentArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
A container for an array of curve segments.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_CurveSegment
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_CurveSegment
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
CURVE_SEGMENT_PROPERTY
Data property that maps to the_CurveSegment
element. The possible values for this property are instances ofList<TLcdGML31AbstractCurveSegment>
.
-
-
Constructor Details
-
TLcdGML31CurveSegmentArrayProperty
public TLcdGML31CurveSegmentArrayProperty() -
TLcdGML31CurveSegmentArrayProperty
-
-
Method Details
-
getCurveSegment
Returns the value of the property that maps to the_CurveSegment
element.The "_CurveSegment" element is the abstract head of the substitution group for all curve segment elements, i.e. continuous segments of the same interpolation mechanism.
- Returns:
- the value of the
CURVE_SEGMENT_PROPERTY
property.
-