Uses of Interface
org.opengis.referencing.ObjectFactory

Packages that use ObjectFactory
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of ObjectFactory in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return ObjectFactory
 ObjectFactory EPSGCRSAuthorityFactory.getObjectFactory()
          Deprecated.  
 

Uses of ObjectFactory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement ObjectFactory
 class DatumAliases
          A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.
 class ReferencingObjectFactory
          Builds Geotools implementations of CRS, CS and datum objects.
 

Uses of ObjectFactory in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement ObjectFactory
 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.
 

Uses of ObjectFactory in org.opengis.referencing.crs
 

Subinterfaces of ObjectFactory in org.opengis.referencing.crs
 interface CRSFactory
          Builds up complex coordinate reference systems from simpler objects or values.
 

Uses of ObjectFactory in org.opengis.referencing.cs
 

Subinterfaces of ObjectFactory in org.opengis.referencing.cs
 interface CSFactory
          Builds up complex coordinate systems from simpler objects or values.
 

Uses of ObjectFactory in org.opengis.referencing.datum
 

Subinterfaces of ObjectFactory in org.opengis.referencing.datum
 interface DatumFactory
          Builds up complex datums from simpler objects or values.
 

Uses of ObjectFactory in org.opengis.referencing.operation
 

Subinterfaces of ObjectFactory in org.opengis.referencing.operation
 interface CoordinateOperationFactory
          Creates coordinate operations.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.