Class TLcdGML31HistoryProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable
Direct Known Subclasses:
TLcdGML31Track

public class TLcdGML31HistoryProperty extends TLcdFeaturedDataObject
The history relationship associates a feature with a sequence of TimeSlice instances.
Since:
10.0
See Also:
  • Field Details

    • TIME_SLICE_PROPERTY

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

    • TLcdGML31HistoryProperty

      public TLcdGML31HistoryProperty()
    • TLcdGML31HistoryProperty

      public TLcdGML31HistoryProperty(TLcdDataType aType)
  • Method Details