Class TLcdGML31AbstractTimeGeometricPrimitive

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable
Direct Known Subclasses:
TLcdGML31TimeInstant, TLcdGML31TimePeriod

public class TLcdGML31AbstractTimeGeometricPrimitive extends TLcdGML31AbstractTimePrimitive
The abstract supertype for temporal geometric primitives. A temporal geometry must be associated with a temporal reference system via URI. The Gregorian calendar with UTC is the default reference system, following ISO 8601. Other reference systems in common use include the GPS calendar and the Julian calendar.
Since:
10.0
See Also:
  • Field Details

    • FRAME_PROPERTY

      public static final TLcdDataProperty FRAME_PROPERTY
      Data property that maps to the frame attribute. The possible values for this property are instances of URI.
  • Constructor Details

    • TLcdGML31AbstractTimeGeometricPrimitive

      public TLcdGML31AbstractTimeGeometricPrimitive()
    • TLcdGML31AbstractTimeGeometricPrimitive

      public TLcdGML31AbstractTimeGeometricPrimitive(TLcdDataType aType)
  • Method Details

    • getFrame

      public URI getFrame()
      Returns the value of the property that maps to the frame attribute.
      Returns:
      the value of the FRAME_PROPERTY property.
    • setFrame

      public void setFrame(URI aValue)
      Sets the value of the property that maps to the frame attribute.
      Parameters:
      aValue - the value to set for the FRAME_PROPERTY property.