Package org.geotools.api.temporal
Interface TemporalTopologicalComplex
-
- All Superinterfaces:
TemporalComplex
,TemporalObject
public interface TemporalTopologicalComplex extends TemporalComplex
An aggregation of connected temporal topological primitives. This is the only subclass of temporal complex.- Author:
- Alexander Petkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<TemporalTopologicalPrimitive>
getTemporalTopologicalPrimitives()
The aggregation of connected temporal topological primitives.
-
-
-
Method Detail
-
getTemporalTopologicalPrimitives
Collection<TemporalTopologicalPrimitive> getTemporalTopologicalPrimitives()
The aggregation of connected temporal topological primitives.
-
-