Uses of Interface
org.opengis.temporal.TemporalPrimitive

Packages that use TemporalPrimitive
org.geotools.filter.temporal   
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.temporal.object   
org.opengis.metadata.extent Extent information. 
org.opengis.temporal   
 

Uses of TemporalPrimitive in org.geotools.filter.temporal
 

Methods in org.geotools.filter.temporal that return TemporalPrimitive
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
 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
 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
 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
 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).
 

Uses of TemporalPrimitive in org.opengis.metadata.extent
 

Methods in org.opengis.metadata.extent that return TemporalPrimitive
 TemporalPrimitive TemporalExtent.getExtent()
          Returns the date and time for the content of the dataset.
 

Uses of TemporalPrimitive in org.opengis.temporal
 

Subinterfaces of TemporalPrimitive in org.opengis.temporal
 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.opengis.temporal with parameters of type TemporalPrimitive
 RelativePosition TemporalOrder.relativePosition(TemporalPrimitive other)
          Determines the position of this primitive relative to another primitive.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.