Package com.luciad.format.gml32.model
Class TLcdGML32LineStringSegmentArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32LineStringSegmentArrayProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:LineStringSegmentArrayPropertyType provides a container for line strings.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theLineStringSegmentelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLineStringSegmentelement.
-
Field Details
-
LINE_STRING_SEGMENT_PROPERTY
Data property that maps to theLineStringSegmentelement. The possible values for this property are instances ofList<TLcdGML32LineStringSegment>.
-
-
Constructor Details
-
TLcdGML32LineStringSegmentArrayProperty
public TLcdGML32LineStringSegmentArrayProperty() -
TLcdGML32LineStringSegmentArrayProperty
-
-
Method Details
-
getLineStringSegment
Returns the value of the property that maps to theLineStringSegmentelement.A LineStringSegment is a curve segment that is defined by two or more control points including the start and end point, with linear interpolation between them. The content model follows the general pattern for the encoding of curve segments.
- Returns:
- the value of the
LINE_STRING_SEGMENT_PROPERTYproperty.
-