@UML(identifier="TM_Instant", specification=ISO_19108) public interface Instant extends TemporalGeometricPrimitive
Modifier and Type | Method and Description |
---|---|
Collection<Period> |
getBegunBy()
Get the Collection of temporal
Period s, for which this Instant is the beginning. |
Collection<Period> |
getEndedBy()
Get the Collection of temporal
Period s, for which this Instant is the end. |
Position |
getPosition()
Get the position of this instant.
|
relativePosition
distance, length
@UML(identifier="position", obligation=MANDATORY, specification=ISO_19108) Position getPosition()
@UML(identifier="begunBy", obligation=OPTIONAL, specification=ISO_19108) Collection<Period> getBegunBy()
Period
s, for which this Instant is the beginning. The
collection may be empty.Period#begin
@UML(identifier="endedBy", obligation=OPTIONAL, specification=ISO_19108) Collection<Period> getEndedBy()
Period
s, for which this Instant is the end. The
collection may be empty.Period#end
Copyright © 1996–2019 Geotools. All rights reserved.