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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theLineStringSegment
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLineStringSegment
element.
-
Field Details
-
LINE_STRING_SEGMENT_PROPERTY
Data property that maps to theLineStringSegment
element. 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 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.
-