Package org.geotools.api.temporal
Interface TemporalEdge
-
- All Superinterfaces:
TemporalTopologicalPrimitive
public interface TemporalEdge extends TemporalTopologicalPrimitive
One-dimensional topological primitive in time.- Author:
- Alexander Petkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalNode
getEnd()
Links this edge to the node that is its end.Period
getRealization()
An optional association that links this edge to the corresponding period.TemporalNode
getStart()
Links this edge to the node that is its start.
-
-
-
Method Detail
-
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.
-
-