Interface TimePosition

All Superinterfaces:
Serializable
All Known Implementing Classes:
TimePositionImpl

public interface TimePosition extends Serializable
POJO class for XML type TimePositionType(@http://www.opengis.net/gml/3.2). This is a union type. Instances are of one of the following types: net.opengis.DateTime java.lang.String double
  • Method Details

    • getFrame

      String getFrame()
      Gets the frame property
    • isSetFrame

      boolean isSetFrame()
      Checks if frame is set
    • setFrame

      void setFrame(String frame)
      Sets the frame property
    • getCalendarEraName

      String getCalendarEraName()
      Gets the calendarEraName property
    • isSetCalendarEraName

      boolean isSetCalendarEraName()
      Checks if calendarEraName is set
    • setCalendarEraName

      void setCalendarEraName(String calendarEraName)
      Sets the calendarEraName property
    • getIndeterminatePosition

      TimeIndeterminateValue getIndeterminatePosition()
      Gets the indeterminatePosition property
    • isSetIndeterminatePosition

      boolean isSetIndeterminatePosition()
      Checks if indeterminatePosition is set
    • setIndeterminatePosition

      void setIndeterminatePosition(TimeIndeterminateValue indeterminatePosition)
      Sets the indeterminatePosition property
    • getDateTimeValue

      OffsetDateTime getDateTimeValue()
    • isSetDateTimeValue

      boolean isSetDateTimeValue()
    • setDateTimeValue

      void setDateTimeValue(OffsetDateTime value)
    • getDecimalValue

      double getDecimalValue()
    • setDecimalValue

      void setDecimalValue(double value)
    • getTextValue

      String getTextValue()
    • isSetTextValue

      boolean isSetTextValue()
    • setTextValue

      void setTextValue(String value)