Uses of Interface
org.opengis.referencing.operation.CoordinateOperationFactory

Packages that use CoordinateOperationFactory
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.gce.imagemosaic.jdbc   
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.operation Coordinate operation implementation. 
 

Uses of CoordinateOperationFactory in org.geotools.factory
 

Methods in org.geotools.factory that return CoordinateOperationFactory
 CoordinateOperationFactory BasicFactories.getCoordinateOperationFactory()
          Returns the coordinate operation factory singleton.
 

Uses of CoordinateOperationFactory in org.geotools.gce.imagemosaic.jdbc
 

Fields in org.geotools.gce.imagemosaic.jdbc declared as CoordinateOperationFactory
protected static CoordinateOperationFactory ImageMosaicJDBCReader.operationFactory
           
 

Uses of CoordinateOperationFactory in org.geotools.referencing
 

Methods in org.geotools.referencing that return CoordinateOperationFactory
static CoordinateOperationFactory CRS.getCoordinateOperationFactory(boolean lenient)
          Returns the coordinate operation factory used by findMathTransform convenience methods.
static CoordinateOperationFactory ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
          Returns the first implementation of CoordinateOperationFactory matching the specified hints.
 

Methods in org.geotools.referencing that return types with arguments of type CoordinateOperationFactory
static Set<CoordinateOperationFactory> ReferencingFactoryFinder.getCoordinateOperationFactories(Hints hints)
          Returns a set of all available implementations for the CoordinateOperationFactory interface.
 

Uses of CoordinateOperationFactory in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement CoordinateOperationFactory
 class AbstractCoordinateOperationFactory
          Base class for coordinate operation factories.
 class AuthorityBackedFactory
          A coordinate operation factory extended with the extra informations provided by an authority factory.
 class BufferedCoordinateOperationFactory
          Caches the coordinate operations created by an other factory.
 class DefaultCoordinateOperationFactory
          Creates coordinate operations.
 

Constructors in org.geotools.referencing.operation with parameters of type CoordinateOperationFactory
BufferedCoordinateOperationFactory(CoordinateOperationFactory factory, int priority)
          Wraps the specified factory.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.