Class TLcdGML31LineStringSegmentArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31LineStringSegmentArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31LineStringSegmentArrayProperty extends TLcdFeaturedDataObject
Since:
10.0
See Also:
  • 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<TLcdGML31LineStringSegment>.
  • Constructor Details

    • TLcdGML31LineStringSegmentArrayProperty

      public TLcdGML31LineStringSegmentArrayProperty()
    • TLcdGML31LineStringSegmentArrayProperty

      public TLcdGML31LineStringSegmentArrayProperty(TLcdDataType aType)
  • Method Details