Interface PeriodDuration

All Superinterfaces:
TemporalAmount

@UML(identifier="TM_PeriodDuration", specification=ISO_19108) public interface PeriodDuration extends TemporalAmount
Effectively deprecated — use java.time.Duration instead. This interface defined by ISO 19108 represents the duration of a period in ISO 8601 format. As of GeoAPI 3.1, this interface is replaced by the TemporalAmount interface from the standard Java time API, or by the Duration specialization. PeriodDuration is kept in GeoAPI 3.1 for compatibility reasons but will be removed in GeoAPI 4.0.
Since:
2.3
See Also: