Class TimePeriodBound.GML2

java.lang.Object
org.apache.sis.internal.jaxb.gml.TimePeriodBound
org.apache.sis.internal.jaxb.gml.TimePeriodBound.GML2
Enclosing class:
TimePeriodBound

public static final class TimePeriodBound.GML2 extends TimePeriodBound
The begin or end position in a TimePeriod, expressed in the GML 2 way. This object encapsulates a TimeInstant inside a begin or end element inside a GML 2 TimePeriod in GML 2. This is not used for GML 3. Example:
  • Field Details

    • timeInstant

      public TimeInstant timeInstant
      The time.
  • Constructor Details

    • GML2

      public GML2()
      Empty constructor used by JAXB.
    • GML2

      GML2(Instant instant)
      Creates a bound initialized to the given instant.
      Parameters:
      instant - The instant of the new bound, or null.
  • Method Details