Class TLcdGML31DynamicFeatureCollection

All Implemented Interfaces:
ILcdDataObject, ILcd2DBoundsIndexedModel, ILcd2DBoundsInteractable, ILcdIntegerIndexedModel, ILcdModel, ILcdModelContainer, ILcdModelProducerListener, ILcdModelTreeNode, ILcdBounded, ILcdShape, ILcdShapeList, ILcdLockDependent, ILcdCloneable, ILcdDeepCloneable, ILcdDisposable, ILcdFeatured, ILcdInvalidateable, ILcdSelfDescribedFeatured, Serializable, AutoCloseable, Cloneable, EventListener

public class TLcdGML31DynamicFeatureCollection extends TLcdGML31FeatureCollection
A dynamic feature collection 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.
    • FEATURE_MEMBER_PROPERTY

      public static final TLcdDataProperty FEATURE_MEMBER_PROPERTY
      Data property that maps to the featureMember element. The possible values for this property are instances of List<TLcdGML31FeatureProperty>.
    • FEATURE_MEMBERS_PROPERTY

      public static final TLcdDataProperty FEATURE_MEMBERS_PROPERTY
      Data property that maps to the featureMembers element. The possible values for this property are instances of TLcdGML31FeatureArrayProperty.
    • 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

    • TLcdGML31DynamicFeatureCollection

      public TLcdGML31DynamicFeatureCollection()
    • TLcdGML31DynamicFeatureCollection

      public TLcdGML31DynamicFeatureCollection(TLcdDataType aType)
  • Method Details