Uses of Package
org.geotoolkit.referencing.factory

Packages that use org.geotoolkit.referencing.factory
org.geotoolkit.io.wkt Well Known Text (WKT) parsing and formatting. 
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. 
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.io.wkt
ReferencingFactoryContainer
          A container of factories frequently used together, with utility methods.
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.referencing.factory
AbstractAuthorityFactory
          Base class for authority factories.
AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
CachingAuthorityFactory
          An authority factory that caches all objects created by an other factory.
IdentifiedObjectFinder
          Lookups an object from an authority factory which is equal, ignoring metadata, to the specified object.
MultiAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
NoSuchFactoryException
          Thrown when a requested factory has not been found.
ReferencingFactory
          Base class for all factories in the referencing module.
ReferencingFactoryContainer
          A container of factories frequently used together, with utility methods.
TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.referencing.factory.epsg
AbstractAuthorityFactory
          Base class for authority factories.
AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
CachingAuthorityFactory
          An authority factory that caches all objects created by an other factory.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
IdentifiedObjectFinder
          Lookups an object from an authority factory which is equal, ignoring metadata, to the specified object.
OrderedAxisAuthorityFactory
          An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
ReferencingFactory
          Base class for all factories in the referencing module.
ThreadedAuthorityFactory
          A caching authority factory which delegates to different instances of a backing store for concurrency in multi-thread environment.
TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.referencing.factory.web
AbstractAuthorityFactory
          Base class for authority factories.
AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
IdentifiedObjectFinder
          Lookups an object from an authority factory which is equal, ignoring metadata, to the specified object.
ReferencingFactory
          Base class for all factories in the referencing module.
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.referencing.factory.wkt
AbstractAuthorityFactory
          Base class for authority factories.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
IdentifiedObjectFinder
          Lookups an object from an authority factory which is equal, ignoring metadata, to the specified object.
ReferencingFactory
          Base class for all factories in the referencing module.
 

Classes in org.geotoolkit.referencing.factory used by org.geotoolkit.referencing.operation
ReferencingFactory
          Base class for all factories in the referencing module.
 



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