Uses of Interface
org.geotools.api.temporal.TemporalOrder
-
Packages that use TemporalOrder Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of TemporalOrder in org.geotools.api.temporal
Subinterfaces of TemporalOrder 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.interface
TemporalPrimitive
An abstract class that represents a non-decomposed element of geometry or topology of time. -
Uses of TemporalOrder in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement TemporalOrder 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.
-