@UML(identifier="TM_Period", specification=ISO_19108) public interface Period extends TemporalGeometricPrimitive
Modifier and Type | Method and Description |
---|---|
Instant |
getBeginning()
Links this period to the instant at which it starts.
|
Instant |
getEnding()
Links this period to the instant at which it ends.
|
relativePosition
distance, length
@UML(identifier="Beginning", obligation=MANDATORY, specification=ISO_19108) Instant getBeginning()
@UML(identifier="Ending", obligation=MANDATORY, specification=ISO_19108) Instant getEnding()
Copyright © 1996–2019 Geotools. All rights reserved.