Uses of Interface
org.opengis.temporal.Position

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

Uses of Position in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement Position
 class DefaultPosition
          A union class that consists of one of the data types listed as its attributes.
 

Methods in org.geotools.temporal.object that return Position
 Position DefaultInstant.getPosition()
          Get the position of this instant.
 

Methods in org.geotools.temporal.object with parameters of type Position
 void DefaultInstant.setPosition(Position position)
           
 

Constructors in org.geotools.temporal.object with parameters of type Position
DefaultInstant(Position position)
           
 

Uses of Position in org.opengis.temporal
 

Methods in org.opengis.temporal that return Position
 Position TemporalFactory.createPosition(Date position)
           
 Position Instant.getPosition()
          Get the position of this instant.
 

Methods in org.opengis.temporal with parameters of type Position
 Instant TemporalFactory.createInstant(Position instant)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.