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.extent
Methods in org.geotools.api.metadata.extent that return TemporalPrimitive Modifier and Type Method Description TemporalPrimitive
TemporalExtent. 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.temporal Modifier and Type Interface Description interface
Instant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.interface
Period
A one-dimensional geometric primitive that represent extent in time.interface
TemporalGeometricPrimitive
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 TemporalPrimitive Modifier and Type Method Description RelativePosition
TemporalOrder. 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 TemporalPrimitive Modifier and Type Method Description protected 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 TemporalPrimitive Modifier and Type Method Description TemporalPrimitive
TemporalExtentImpl. 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 void
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 TemporalPrimitive Modifier and Type Class Description class
DefaultInstant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.class
DefaultPeriod
A one-dimensional geometric primitive that represent extent in time.class
DefaultTemporalGeometricPrimitive
An abstract class with two subclasses for representing a temporal instant and a temporal period.class
DefaultTemporalPrimitive
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 TemporalPrimitive Modifier and Type Method Description int
DefaultTemporalPrimitive. compareTo(TemporalPrimitive that)
RelativePosition
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).
-