Class TLcdKML22TimeSpan

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

public class TLcdKML22TimeSpan extends TLcdKML22AbstractTimePrimitive implements ILcdEditableTimeBounds
Domain class modeling the KML TimeSpanType type.

OGC KML Specification description:

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

  -kml:AbstractTimePrimitiveGroup

 Specifies an extent in time bounded by begin and end temporal values. At least one of the
 child elements kml:begin and kml:end shall be encoded.
 

Since:
10.0
  • Field Details

    • BEGIN_PROPERTY

      public static final TLcdDataProperty BEGIN_PROPERTY
      Data property that maps to the begin element. The possible values for this property are instances of
      • XMLGregorianCalendar
    • END_PROPERTY

      public static final TLcdDataProperty END_PROPERTY
      Data property that maps to the end element. The possible values for this property are instances of
      • XMLGregorianCalendar
    • TIME_SPAN_SIMPLE_EXTENSION_GROUP_PROPERTY

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

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

    • TLcdKML22TimeSpan

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