Uses of Interface
org.opengis.temporal.Instant

Packages that use Instant
org.geotools.filter.temporal   
org.geotools.temporal.object   
org.opengis.temporal   
 

Uses of Instant in org.geotools.filter.temporal
 

Methods in org.geotools.filter.temporal that return Instant
protected  Instant BinaryTemporalOperatorImpl.toInstant(Object object, Expression e)
           
 

Uses of Instant in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement Instant
 class DefaultInstant
          A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.
 

Methods in org.geotools.temporal.object that return Instant
 Instant DefaultPeriod.getBeginning()
          Links this period to the instant at which it starts.
 Instant DefaultPeriod.getEnding()
          Links this period to the instant at which it ends.
 

Methods in org.geotools.temporal.object with parameters of type Instant
 void DefaultPeriod.setBegining(Instant begining)
           
 void DefaultPeriod.setEnding(Instant ending)
           
 

Constructors in org.geotools.temporal.object with parameters of type Instant
DefaultPeriod(Instant begining, Instant ending)
           
 

Uses of Instant in org.opengis.temporal
 

Methods in org.opengis.temporal that return Instant
 Instant TemporalFactory.createInstant(Position instant)
           
 Instant Period.getBeginning()
          Links this period to the instant at which it starts.
 Instant Period.getEnding()
          Links this period to the instant at which it ends.
 Instant TemporalNode.getRealization()
          An optional association that may link this temporal node to its corresponding instant.
 

Methods in org.opengis.temporal with parameters of type Instant
 Period TemporalFactory.createPeriod(Instant begin, Instant end)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.