Class TLcdGML31DynamicFeature

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdInvalidateable, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31DynamicFeature extends TLcdGML31AbstractFeature
A dynamic feature may possess a history and/or a timestamp.
Since:
10.0
See Also:
  • Field Details

    • VALID_TIME_PROPERTY

      public static final TLcdDataProperty VALID_TIME_PROPERTY
      Data property that maps to the validTime element. The possible values for this property are instances of TLcdGML31TimePrimitiveProperty.
    • HISTORY_PROPERTY

      public static final TLcdDataProperty HISTORY_PROPERTY
      Data property that maps to the history element. The possible values for this property are instances of TLcdGML31HistoryProperty.
    • DATA_SOURCE_PROPERTY

      public static final TLcdDataProperty DATA_SOURCE_PROPERTY
      Data property that maps to the dataSource element. The possible values for this property are instances of TLcdGML31StringOrRef.
    • BOUNDED_BY_PROPERTY

      public static final TLcdDataProperty BOUNDED_BY_PROPERTY
      Data property that maps to the boundedBy element. The possible values for this property are instances of TLcdGML31BoundingShape.
    • LOCATION_PROPERTY

      public static final TLcdDataProperty LOCATION_PROPERTY
      Data property that maps to the location element. The possible values for this property are instances of TLcdGML31LocationProperty.
  • Constructor Details

    • TLcdGML31DynamicFeature

      public TLcdGML31DynamicFeature()
    • TLcdGML31DynamicFeature

      public TLcdGML31DynamicFeature(TLcdDataType aType)
  • Method Details