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

Packages that use AuthorityFactoryAdapter
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). 
 

Uses of AuthorityFactoryAdapter in org.geotoolkit.referencing.factory
 

Subclasses of AuthorityFactoryAdapter in org.geotoolkit.referencing.factory
 class AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
 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 TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

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

Subclasses of AuthorityFactoryAdapter in org.geotoolkit.referencing.factory.epsg
 class LongitudeFirstEpsgFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 

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

Subclasses of AuthorityFactoryAdapter in org.geotoolkit.referencing.factory.web
 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.
 



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