Class TLcdGML31EnvelopeWithTimePeriod

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdBounds, ILcdShape, ILcd2DEditableBounds, ILcd2DEditableShape, ILcd3DEditableBounds, ILcd3DEditableShape, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31EnvelopeWithTimePeriod extends TLcdGML31Envelope
Envelope that includes also a temporal extent.
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.
    • TIME_POSITION_PROPERTY

      public static final TLcdDataProperty TIME_POSITION_PROPERTY
      Data property that maps to the timePosition element. The possible values for this property are instances of List<TLcdGML31TimePosition>.
    • COORD_PROPERTY

      public static final TLcdDataProperty COORD_PROPERTY
      Property that maps on the coord element. Acceptable values for this property are instances of java.util.List<com.luciad.format.gml31.model.TLcdGML31Coord>.
  • Constructor Details

    • TLcdGML31EnvelopeWithTimePeriod

      public TLcdGML31EnvelopeWithTimePeriod()
    • TLcdGML31EnvelopeWithTimePeriod

      public TLcdGML31EnvelopeWithTimePeriod(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.
    • getTimePosition

      public List<TLcdGML31TimePosition> getTimePosition()
      Returns the value of the property that maps to the timePosition element.

      Direct representation of a temporal position

      Returns:
      the value of the TIME_POSITION_PROPERTY property.
    • getCoord

      public List<TLcdGML31Coord> getCoord()
      Gets the value of the COORD_PROPERTY property.

      Deprecated with GML 3.0 and included for backwards compatibility with GML 2. Use the "pos" element instead.

      Returns:
      the value of the COORD_PROPERTY property.