Package org.geotools.api.temporal
Interface TemporalNode
- All Superinterfaces:
TemporalTopologicalPrimitive
A zero dimensional topological primitive in time.
- Author:
- Alexander Petkov
-
Method Summary
Modifier and TypeMethodDescriptionLinks this temporal node to the next temporal edge.Links this temporal node to the previous temporal edge.An optional association that may link this temporal node to its corresponding instant.
-
Method Details
-
getRealization
Instant getRealization()An optional association that may link this temporal node to its corresponding instant. -
getPreviousEdge
TemporalEdge getPreviousEdge()Links this temporal node to the previous temporal edge. -
getNextEdge
TemporalEdge getNextEdge()Links this temporal node to the next temporal edge.
-