Uses of Class
org.geotoolkit.referencing.factory.ReferencingFactory

Packages that use ReferencingFactory
org.geotoolkit.referencing.factory Factories and base classes for authority factories
org.geotoolkit.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotoolkit.referencing.factory.web Authority factories for the CRS specified in the Web Map Service specification (ISO 19128). 
org.geotoolkit.referencing.factory.wkt Authority factories for CRS parsed from Well Known Text (WKT). 
org.geotoolkit.referencing.operation Coordinate operation implementations. 
 

Uses of ReferencingFactory in org.geotoolkit.referencing.factory
 

Subclasses of ReferencingFactory in org.geotoolkit.referencing.factory
 class AbstractAuthorityFactory
          Base class for authority factories.
 class AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
 class AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
 class CachingAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 class DatumAliases
          A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.
 class DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
 class FallbackAuthorityFactory
          A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.
 class MultiAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
 class OrderedAxisAuthorityFactory
          An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
 class ReferencingFactoryContainer
          A container of factories frequently used together, with utility methods.
 class ReferencingObjectFactory
          Builds Geotk implementations of CRS, CS and datum objects.
 class ThreadedAuthorityFactory
          A caching authority factory which delegates to different instances of a backing store for concurrency in multi-thread environment.
 class TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Uses of ReferencingFactory in org.geotoolkit.referencing.factory.epsg
 

Subclasses of ReferencingFactory in org.geotoolkit.referencing.factory.epsg
 class AnsiDialectEpsgFactory
          An EPSG factory for the database generated by ANSI-compatible SQL scripts.
 class DirectEpsgFactory
          A CRS authority factory backed by the EPSG database tables.
 class LongitudeFirstEpsgFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class PropertyEpsgFactory
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 class ThreadedEpsgFactory
          The EPSG factory registered in AuthorityFactoryFinder.
 

Uses of ReferencingFactory in org.geotoolkit.referencing.factory.web
 

Subclasses of ReferencingFactory in org.geotoolkit.referencing.factory.web
 class AutoCRSFactory
          The factory for projected CRS in the AUTO and AUTO2 space.
 class HTTP_AuthorityFactory
          Wraps all factories in a "http://www.opengis.net/" name space.
 class URN_AuthorityFactory
          Wraps all factories in a "urn:ogc:def" name space.
 class WebCRSFactory
          The factory for coordinate reference systems in the CRS namespace.
 

Uses of ReferencingFactory in org.geotoolkit.referencing.factory.wkt
 

Subclasses of ReferencingFactory in org.geotoolkit.referencing.factory.wkt
 class DirectPostgisFactory
          An authority factory creating CRS from the "spatial_ref_sys" table in a spatial SQL database.
 class PropertyAuthorityFactory
          A CRS Authority Factory that manages object creation using a set of static strings from a property file.
 class WKTParsingAuthorityFactory
          A CRS Authority Factory that manages object creation by parsing Well Known Text (WKT) strings.
 

Uses of ReferencingFactory in org.geotoolkit.referencing.operation
 

Subclasses of ReferencingFactory in org.geotoolkit.referencing.operation
 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 CachingCoordinateOperationFactory
          Caches the coordinate operations created by an other factory.
 class DefaultCoordinateOperationFactory
          Creates coordinate operations.
 class DefaultMathTransformFactory
          Low level factory for creating math transforms.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.