Interface ILcdGML3TimePosition

All Superinterfaces:
ILcdGML3TimePositionUnion

public interface ILcdGML3TimePosition extends ILcdGML3TimePositionUnion
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Direct representation of a temporal position. Indeterminate time values are also allowed, as described in ISO 19108. The indeterminatePosition attribute can be used alone or it can qualify a specific value for temporal position (e.g. before 2002-12, after 1019624400). For time values that identify position within a calendar, the calendarEraName attribute provides the name of the calendar era to which the date is referenced (e.g. the Meiji era of the Japanese calendar).
  • Method Details

    • getCalendarEraName

      String getCalendarEraName()
      Deprecated.
      Gets the calendar era name.
      Returns:
      the calendar era name.
    • setCalendarEraName

      void setCalendarEraName(String aCalendarEraName)
      Deprecated.
      Sets the calendar era name.
      Parameters:
      aCalendarEraName - the calendar era name to be set.
    • getFrame

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

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

      TLcdGML3TimeIndeterminateValue getIndeterminatePosition()
      Deprecated.
      Gets the indeterminate position.
      Returns:
      the indeterminate position.
    • setIndeterminatePosition

      void setIndeterminatePosition(TLcdGML3TimeIndeterminateValue aIndeterminatePosition)
      Deprecated.
      Sets the indeterminate position.
      Parameters:
      aIndeterminatePosition - the indeterminate position to be set.