Package org.geotools.api.temporal
Interface TemporalEdge
- All Superinterfaces:
TemporalTopologicalPrimitive
One-dimensional topological primitive in time.
- Author:
- Alexander Petkov
-
Method Details
-
getRealization
Period getRealization()An optional association that links this edge to the corresponding period. -
getStart
TemporalNode getStart()Links this edge to the node that is its start. -
getEnd
TemporalNode getEnd()Links this edge to the node that is its end.
-