Interface Period

All Superinterfaces:
TemporalPrimitive

@UML(identifier="TM_Period", specification=ISO_19108) public interface Period extends TemporalPrimitive
A one-dimensional temporal primitive that represent extent in time. A period is an open interval bounded by beginning and ending points. Those two points should be of the same class. For example, if the beginning is an instance of LocalDate, then the ending should also be an instance of LocalDate. If the two points are direct positions, then they shall be associated to the same TemporalCRS.
Since:
3.1