Uses of Interface
org.geotools.api.temporal.TemporalGeometricPrimitive
- 
Packages that use TemporalGeometricPrimitive Package Description org.geotools.api.temporal org.geotools.temporal.object 
- 
- 
Uses of TemporalGeometricPrimitive in org.geotools.api.temporalSubinterfaces of TemporalGeometricPrimitive in org.geotools.api.temporal Modifier and Type Interface Description interfaceInstantA zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.interfacePeriodA one-dimensional geometric primitive that represent extent in time.Methods in org.geotools.api.temporal with parameters of type TemporalGeometricPrimitive Modifier and Type Method Description DurationSeparation. distance(TemporalGeometricPrimitive other)Returns the distance from this temporal geometric primitive to another temporal geometric primitive.
- 
Uses of TemporalGeometricPrimitive in org.geotools.temporal.objectClasses in org.geotools.temporal.object that implement TemporalGeometricPrimitive Modifier and Type Class Description classDefaultInstantA zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.classDefaultPeriodA one-dimensional geometric primitive that represent extent in time.classDefaultTemporalGeometricPrimitiveAn abstract class with two subclasses for representing a temporal instant and a temporal period.Methods in org.geotools.temporal.object with parameters of type TemporalGeometricPrimitive Modifier and Type Method Description DurationDefaultTemporalGeometricPrimitive. distance(TemporalGeometricPrimitive other)Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e. the absolute value of the difference between their temporal positions.
 
-