Class TLcdWCSTimePeriod

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSTimePeriod

public class TLcdWCSTimePeriod extends Object
This is a variation of the GML TimePeriod, which allows the beginning and end of a time-period to be expressed in short-form inline using the begin/endPosition element, which allows an identifiable TimeInstant to be defined simultaneously with using it, or by reference, using xlinks on the begin/end elements.
  • Constructor Details

    • TLcdWCSTimePeriod

      public TLcdWCSTimePeriod()
  • Method Details

    • getFrame

      public String getFrame()
      Gets the frame.
      Returns:
      the frame.
    • setFrame

      public void setFrame(String aFrame)
      Sets the frame.
      Parameters:
      aFrame - the frame to be set.
    • getBeginPosition

      public ILcdGML3TimePosition getBeginPosition()
      Gets the begin position.
      Returns:
      the begin position.
    • setBeginPosition

      public void setBeginPosition(ILcdGML3TimePosition aBeginPosition)
      Sets the begin position.
      Parameters:
      aBeginPosition - the begin position to be set.
    • getEndPosition

      public ILcdGML3TimePosition getEndPosition()
      Gets the end position.
      Returns:
      the end position.
    • setEndPosition

      public void setEndPosition(ILcdGML3TimePosition aEndPosition)
      Sets the end position.
      Parameters:
      aEndPosition - the end position to be set.
    • getTimeResolution

      public ILcdGML3TimeDuration getTimeResolution()
      Gets the time resolution.
      Returns:
      the time resolution.
    • setTimeResolution

      public void setTimeResolution(ILcdGML3TimeDuration aTimeResolution)
      Sets the time resolution.
      Parameters:
      aTimeResolution - the time resolution to be set.