Class TLcdGML32LineStringSegmentArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32LineStringSegmentArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32LineStringSegmentArrayProperty extends TLcdDataObject
gml:LineStringSegmentArrayPropertyType provides a container for line strings.
Since:
10.0
  • Field Details

    • LINE_STRING_SEGMENT_PROPERTY

      public static final TLcdDataProperty LINE_STRING_SEGMENT_PROPERTY
      Data property that maps to the LineStringSegment element. The possible values for this property are instances of List<TLcdGML32LineStringSegment>.
  • Constructor Details

    • TLcdGML32LineStringSegmentArrayProperty

      public TLcdGML32LineStringSegmentArrayProperty()
    • TLcdGML32LineStringSegmentArrayProperty

      public TLcdGML32LineStringSegmentArrayProperty(TLcdDataType aType)
  • Method Details

    • getLineStringSegment

      public List<TLcdGML32LineStringSegment> getLineStringSegment()
      Returns the value of the property that maps to the LineStringSegment 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.