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 Link icon

    • FRAME_PROPERTY Link icon

      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 Link icon

    • TLcdGML31AbstractTimeGeometricPrimitive Link icon

      public TLcdGML31AbstractTimeGeometricPrimitive()
    • TLcdGML31AbstractTimeGeometricPrimitive Link icon

      public TLcdGML31AbstractTimeGeometricPrimitive(TLcdDataType aType)
  • Method Details Link icon

    • getFrame Link icon

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

      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.