Interface Period

All Superinterfaces:
org.opengis.temporal.TemporalPrimitive
All Known Implementing Classes:
DefaultPeriod

public interface Period extends org.opengis.temporal.TemporalPrimitive
Placeholder for a GeoAPI interfaces not present in GeoAPI 3.0.
Since:
0.3
Version:
0.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Links this period to the instant at which it ends.
    Links this period to the instant at which it ends.
  • Method Details

    • getBeginning

      Instant getBeginning()
      Links this period to the instant at which it ends.
      Returns:
      The beginning instant.
    • getEnding

      Instant getEnding()
      Links this period to the instant at which it ends.
      Returns:
      The end instant.