Class TLcdGML32RelatedTime

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32RelatedTime extends TLcdGML32TimePrimitiveProperty
gml:RelatedTimeType provides a content model for indicating the relative position of an arbitrary member of the substitution group whose head is gml:AbstractTimePrimitive. It extends the generic gml:TimePrimitivePropertyType with an XML attribute relativePosition, whose value is selected from the set of 13 temporal relationships identified by Allen (1983)
Since:
10.0
  • Field Details

    • RELATIVE_POSITION_PROPERTY

      public static final TLcdDataProperty RELATIVE_POSITION_PROPERTY
      Data property that maps to the relativePosition attribute. The possible values for this property are instances of RelativePosition.
  • Constructor Details

    • TLcdGML32RelatedTime

      public TLcdGML32RelatedTime()
    • TLcdGML32RelatedTime

      public TLcdGML32RelatedTime(TLcdDataType aType)
  • Method Details