Uses of Interface
org.geotools.api.temporal.TemporalPrimitive
Packages that use TemporalPrimitive
-
Uses of TemporalPrimitive in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return TemporalPrimitiveModifier and TypeMethodDescriptionTemporalExtent.getExtent()Returns the date and time for the content of the dataset. -
Uses of TemporalPrimitive in org.geotools.api.temporal
Subinterfaces of TemporalPrimitive in org.geotools.api.temporalModifier and TypeInterfaceDescriptioninterfaceA zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.interfaceA one-dimensional geometric primitive that represent extent in time.interfaceAn abstract class with two subclasses for representing a temporal instant and a temporal period.Methods in org.geotools.api.temporal with parameters of type TemporalPrimitiveModifier and TypeMethodDescriptionTemporalOrder.relativePosition(TemporalPrimitive other) Determines the position of this primitive relative to another primitive. -
Uses of TemporalPrimitive in org.geotools.filter.temporal
Methods in org.geotools.filter.temporal that return TemporalPrimitiveModifier and TypeMethodDescriptionprotected TemporalPrimitiveBinaryTemporalOperatorImpl.toTemporal(Object object, Expression e) -
Uses of TemporalPrimitive in org.geotools.metadata.iso.extent
Methods in org.geotools.metadata.iso.extent that return TemporalPrimitiveModifier and TypeMethodDescriptionTemporalExtentImpl.getExtent()Returns the date and time for the content of the dataset.Methods in org.geotools.metadata.iso.extent with parameters of type TemporalPrimitiveModifier and TypeMethodDescriptionvoidTemporalExtentImpl.setExtent(TemporalPrimitive newValue) Set the date and time for the content of the dataset. -
Uses of TemporalPrimitive in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement TemporalPrimitiveModifier and TypeClassDescriptionclassA zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.classA one-dimensional geometric primitive that represent extent in time.classAn abstract class with two subclasses for representing a temporal instant and a temporal period.classAn abstract class that represents a non-decomposed element of geometry or topology of time.Methods in org.geotools.temporal.object with parameters of type TemporalPrimitiveModifier and TypeMethodDescriptionintDefaultTemporalPrimitive.compareTo(TemporalPrimitive that) DefaultTemporalPrimitive.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).