| Package | Description | 
|---|---|
| org.geotools.factory | |
| org.geotools.referencing | Reference systems implementation. | 
| org.geotools.referencing.epsg.postgresql | |
| org.geotools.referencing.factory | Base classes for factories and
  authority factories. | 
| org.geotools.referencing.factory.epsg | Authority factories for
  the EPSG database. | 
| org.geotools.referencing.factory.epsg.hsql | 
| Modifier and Type | Method and Description | 
|---|---|
| CSAuthorityFactory | BasicFactories. getCSAuthorityFactory()Returns the CS authority factory singleton. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CSAuthorityFactory | ReferencingFactoryFinder. getCSAuthorityFactory(String authority,
                     Hints hints)Returns the first implementation of  CSAuthorityFactorymatching the specified hints. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<CSAuthorityFactory> | ReferencingFactoryFinder. getCSAuthorityFactories(Hints hints)Returns a set of all available implementations for the  CSAuthorityFactoryinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Abstract_URI_AuthorityFactoryBase class for building OGC URN and HTTP URI wrappers around  AllAuthoritiesFactory. | 
| class  | AbstractAuthorityMediatorAn authority mediator that consults (a possibily shared) cache before delegating the generation
 of the content to a "worker" authority factory. | 
| class  | AbstractCachedAuthorityFactoryAn authority factory that consults (a possibly shared) cache before generating content itself. | 
| class  | AbstractEpsgMediatorAbstract implementation for EPSG (has a DataSource reference inside). | 
| class  | AllAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the
 authority name in the code. | 
| class  | CachedAuthorityDecoratorAn authority factory that caches all objects created by delegate factories. | 
| class  | HTTP_AuthorityFactoryWraps all factories in a  "http://www.opengis.net/"name space. | 
| class  | HTTP_URI_AuthorityFactoryAuthorityFactoryfor OGC HTTP URI resources. | 
| class  | ManyAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the
 authority name in the code. | 
| class  | OrderedAxisAuthorityFactoryAn authority factory which delegates all the work to an other factory, and reorder the axis in
 some pre-determined order. | 
| class  | PropertyAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by a property
 file. | 
| class  | URN_AuthorityFactoryWraps all factories in a  "urn:ogc:def"name space. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CSAuthorityFactory | AuthorityFactoryAdapter. getCSAuthorityFactory(String code)Returns the coordinate system factory to use for the specified code. | 
| protected CSAuthorityFactory | Abstract_URI_AuthorityFactory. getCSAuthorityFactory(String code)Returns the coordinate system factory to use for the specified URI. | 
| protected CSAuthorityFactory | ManyAuthoritiesFactory. getCSAuthorityFactory(String code)Returns the CS authority factory for the specified  "AUTHORITY:NUMBER"code. | 
| Constructor and Description | 
|---|
| AuthorityFactoryAdapter(CRSAuthorityFactory crsFactory,
                       CSAuthorityFactory csFactory,
                       DatumAuthorityFactory datumFactory,
                       CoordinateOperationAuthorityFactory opFactory)Creates a wrapper around the specified factories. | 
| TransformedAuthorityFactory(CRSAuthorityFactory crsFactory,
                           CSAuthorityFactory csFactory,
                           DatumAuthorityFactory datumFactory,
                           CoordinateOperationAuthorityFactory opFactory)Creates a wrapper around the specified factories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEpsgFactoryA coordinate reference system factory backed by the EPSG database tables. | 
| class  | AccessDialectEpsgFactoryThis factory uses the MS-Access dialect of SQL. | 
| class  | AnsiDialectEpsgFactoryAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one. | 
| class  | DefaultFactoryDeprecated. 
 Please use  ThreadedEpsgFactoryinstead, the nameDefaultFactorywas
     viewed as confusing | 
| class  | DirectEpsgFactoryA coordinate reference system factory backed by the EPSG database tables. | 
| class  | FactoryUsingAnsiSQLDeprecated. 
 Please use  AnsiDialectEpsgFactory. | 
| class  | FactoryUsingSQLDeprecated. 
 Please use  AccessDialectEpsgFactory. | 
| class  | LongitudeFirstEpsgDecoratorAn EPSG authority factory using (longitude, latitude) axis order. | 
| class  | LongitudeFirstFactoryAn EPSG authority factory using (longitude, latitude) axis order. | 
| class  | ThreadedEpsgFactoryBase class for EPSG factories to be registered in  ReferencingFactoryFinder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HsqlDialectEpsgMediatorMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory. | 
| class  | ThreadedHsqlEpsgFactoryConnection to the EPSG database in HSQL database engine format using JDBC. | 
Copyright © 1996–2019 Geotools. All rights reserved.