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 TypeInterfaceDescriptioninterface
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.interface
A one-dimensional geometric primitive that represent extent in time.interface
An 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 TemporalPrimitive
BinaryTemporalOperatorImpl.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 TypeMethodDescriptionvoid
TemporalExtentImpl.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 TypeClassDescriptionclass
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.class
A one-dimensional geometric primitive that represent extent in time.class
An abstract class with two subclasses for representing a temporal instant and a temporal period.class
An 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 TypeMethodDescriptionint
DefaultTemporalPrimitive.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).