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 TLcdDataProperty
Data property that maps to theLineStringSegment
element. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLineStringSegment
element.
-
Field Details
-
Constructor Details
-
Method Details
-
getLineStringSegment
Returns the value of the property that maps to theLineStringSegment
element.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_PROPERTY
property.
-