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 |
---|---|
DatumAuthorityFactory |
BasicFactories.getDatumAuthorityFactory()
Returns the datum authority factory singleton.
|
Modifier and Type | Method and Description |
---|---|
static DatumAuthorityFactory |
ReferencingFactoryFinder.getDatumAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
DatumAuthorityFactory matching the specified
hints. |
Modifier and Type | Method and Description |
---|---|
static Set<DatumAuthorityFactory> |
ReferencingFactoryFinder.getDatumAuthorityFactories(Hints hints)
Returns a set of all available implementations for the
DatumAuthorityFactory
interface. |
Modifier and Type | Class and Description |
---|---|
class |
ThreadedPostgreSQLEpsgFactory
Connection to the EPSG database in PostgreSQL database engine using JDBC.
|
Modifier and Type | Class and Description |
---|---|
class |
Abstract_URI_AuthorityFactory
Base class for building OGC URN and HTTP URI wrappers around
AllAuthoritiesFactory . |
class |
AbstractAuthorityMediator
An authority mediator that consults (a possibily shared) cache before delegating the generation
of the content to a "worker" authority factory.
|
class |
AbstractCachedAuthorityFactory
An authority factory that consults (a possibly shared) cache before generating content itself.
|
class |
AbstractEpsgMediator
Abstract implementation for EPSG (has a DataSource reference inside).
|
class |
AllAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the
authority name in the code.
|
class |
CachedAuthorityDecorator
An authority factory that caches all objects created by delegate factories.
|
class |
HTTP_AuthorityFactory
Wraps all factories in a
"http://www.opengis.net/"
name space. |
class |
HTTP_URI_AuthorityFactory
AuthorityFactory for OGC HTTP URI resources. |
class |
ManyAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the
authority name in the code.
|
class |
PropertyAuthorityFactory
Default implementation for a coordinate reference system authority factory backed by a property
file.
|
class |
URN_AuthorityFactory
Wraps all factories in a
"urn:ogc:def" name space. |
Modifier and Type | Method and Description |
---|---|
protected DatumAuthorityFactory |
AuthorityFactoryAdapter.getDatumAuthorityFactory(String code)
Returns the datum factory to use for the specified code.
|
protected DatumAuthorityFactory |
Abstract_URI_AuthorityFactory.getDatumAuthorityFactory(String code)
Returns the datum factory to use for the specified URI.
|
protected DatumAuthorityFactory |
ManyAuthoritiesFactory.getDatumAuthorityFactory(String code)
Returns the datum 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 |
AbstractEpsgFactory
A coordinate reference system factory backed by the EPSG database tables.
|
class |
AccessDialectEpsgFactory
This factory uses the MS-Access dialect of SQL.
|
class |
AnsiDialectEpsgFactory
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.
|
class |
DefaultFactory
Deprecated.
Please use
ThreadedEpsgFactory instead, the name DefaultFactory was
viewed as confusing |
class |
DirectEpsgFactory
A coordinate reference system factory backed by the EPSG database tables.
|
class |
FactoryUsingAnsiSQL
Deprecated.
Please use
AnsiDialectEpsgFactory . |
class |
FactoryUsingSQL
Deprecated.
Please use
AccessDialectEpsgFactory . |
class |
LongitudeFirstEpsgDecorator
An EPSG authority factory using (longitude, latitude) axis order.
|
class |
LongitudeFirstFactory
An EPSG authority factory using (longitude, latitude) axis order.
|
class |
ThreadedEpsgFactory
Base class for EPSG factories to be registered in
ReferencingFactoryFinder . |
Modifier and Type | Class and Description |
---|---|
class |
HsqlDialectEpsgMediator
Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.
|
class |
ThreadedHsqlEpsgFactory
Connection to the EPSG database in HSQL database engine format using JDBC.
|
Copyright © 1996–2019 Geotools. All rights reserved.