Class TLcdKML22TimeStamp

All Implemented Interfaces:
ILcdDataObject, ILcdEditableTimeBounds, ILcdTimeBounds, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22TimeStamp extends TLcdKML22AbstractTimePrimitive implements ILcdEditableTimeBounds
Domain class modeling the KML TimeStampType type.

OGC KML Specification description:

 This element can be used wherever the following element is referenced:

  -kml:AbstractTimePrimitiveGroup

 Specifies a single moment in time within the required kml:when child element.
 

Since:
10.0
  • Field Details

    • WHEN_PROPERTY

      public static final TLcdDataProperty WHEN_PROPERTY
      Data property that maps to the when element. The possible values for this property are instances of
      • XMLGregorianCalendar
    • TIME_STAMP_SIMPLE_EXTENSION_GROUP_PROPERTY

      public static final TLcdDataProperty TIME_STAMP_SIMPLE_EXTENSION_GROUP_PROPERTY
      Data property that maps to the TimeStampSimpleExtensionGroup element. The possible values for this property are instances of List<String>.
    • TIME_STAMP_OBJECT_EXTENSION_GROUP_PROPERTY

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

    • TLcdKML22TimeStamp

      public TLcdKML22TimeStamp(TLcdDataType aType)
      Creates a new TLcdKML22TimeStamp with a custom TLcdDataType.
      Parameters:
      aType - a custom TLcdDataType
  • Method Details