Uses of Interface
org.geotools.api.temporal.TemporalPrimitive
- 
Packages that use TemporalPrimitive Package Description org.geotools.api.metadata.extent Extent information.org.geotools.api.temporal org.geotools.filter.temporal org.geotools.metadata.iso.extent Extent implementation.org.geotools.temporal.object 
- 
- 
Uses of TemporalPrimitive in org.geotools.api.metadata.extentMethods in org.geotools.api.metadata.extent that return TemporalPrimitive Modifier and Type Method Description TemporalPrimitiveTemporalExtent. getExtent()Returns the date and time for the content of the dataset.
- 
Uses of TemporalPrimitive in org.geotools.api.temporalSubinterfaces of TemporalPrimitive 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.interfaceTemporalGeometricPrimitiveAn abstract class with two subclasses for representing a temporal instant and a temporal period.Methods in org.geotools.api.temporal with parameters of type TemporalPrimitive Modifier and Type Method Description RelativePositionTemporalOrder. relativePosition(TemporalPrimitive other)Determines the position of this primitive relative to another primitive.
- 
Uses of TemporalPrimitive in org.geotools.filter.temporalMethods in org.geotools.filter.temporal that return TemporalPrimitive Modifier and Type Method Description protected TemporalPrimitiveBinaryTemporalOperatorImpl. toTemporal(Object object, Expression e)
- 
Uses of TemporalPrimitive in org.geotools.metadata.iso.extentMethods in org.geotools.metadata.iso.extent that return TemporalPrimitive Modifier and Type Method Description TemporalPrimitiveTemporalExtentImpl. getExtent()Returns the date and time for the content of the dataset.Methods in org.geotools.metadata.iso.extent with parameters of type TemporalPrimitive Modifier and Type Method Description voidTemporalExtentImpl. setExtent(TemporalPrimitive newValue)Set the date and time for the content of the dataset.
- 
Uses of TemporalPrimitive in org.geotools.temporal.objectClasses in org.geotools.temporal.object that implement TemporalPrimitive 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.classDefaultTemporalPrimitiveAn abstract class that represents a non-decomposed element of geometry or topology of time.Methods in org.geotools.temporal.object with parameters of type TemporalPrimitive Modifier and Type Method Description intDefaultTemporalPrimitive. compareTo(TemporalPrimitive that)RelativePositionDefaultTemporalPrimitive. relativePosition(TemporalPrimitive other)Returns a value for relative position which are provided by the enumerated data type TM_RelativePosition and are based on the 13 temporal relationships identified by Allen (1983).
 
-