Uses of Interface
org.opengis.temporal.TemporalGeometricPrimitive

Packages that use TemporalGeometricPrimitive
org.geotools.temporal.object   
org.opengis.temporal   
 

Uses of TemporalGeometricPrimitive in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement TemporalGeometricPrimitive
 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.
 

Methods in org.geotools.temporal.object with parameters of type TemporalGeometricPrimitive
 Duration DefaultTemporalGeometricPrimitive.distance(TemporalGeometricPrimitive other)
          Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e. the absolute value of the difference between their temporal positions.
 

Uses of TemporalGeometricPrimitive in org.opengis.temporal
 

Subinterfaces of TemporalGeometricPrimitive 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.
 

Methods in org.opengis.temporal with parameters of type TemporalGeometricPrimitive
 Duration Separation.distance(TemporalGeometricPrimitive other)
          Returns the distance from this temporal geometric primitive to another temporal geometric primitive.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.