@UML(identifier="TM_Node", specification=ISO_19108) public interface TemporalNode extends TemporalTopologicalPrimitive
Modifier and Type | Method and Description |
---|---|
TemporalEdge |
getNextEdge()
Links this temporal node to the next temporal edge.
|
TemporalEdge |
getPreviousEdge()
Links this temporal node to the previous temporal edge.
|
Instant |
getRealization()
An optional association that may link this temporal node to its corresponding instant.
|
@UML(identifier="Realization", obligation=OPTIONAL, specification=ISO_19108) Instant getRealization()
@UML(identifier="previousEdge", obligation=MANDATORY, specification=ISO_19108) TemporalEdge getPreviousEdge()
@UML(identifier="nextEdge", obligation=MANDATORY, specification=ISO_19108) TemporalEdge getNextEdge()
Copyright © 1996–2019 Geotools. All rights reserved.