Uses of Interface
org.geotools.api.referencing.AuthorityFactory
Packages that use AuthorityFactory
Package
Description
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
-
Uses of AuthorityFactory in org.geotools.api.referencing.crs
Subinterfaces of AuthorityFactory in org.geotools.api.referencing.crsModifier and TypeInterfaceDescriptioninterface
Creates coordinate reference systems using authority codes. -
Uses of AuthorityFactory in org.geotools.api.referencing.cs
Subinterfaces of AuthorityFactory in org.geotools.api.referencing.cs -
Uses of AuthorityFactory in org.geotools.api.referencing.datum
Subinterfaces of AuthorityFactory in org.geotools.api.referencing.datum -
Uses of AuthorityFactory in org.geotools.api.referencing.operation
Subinterfaces of AuthorityFactory in org.geotools.api.referencing.operationModifier and TypeInterfaceDescriptioninterface
Creates coordinate transformation objects from codes. -
Uses of AuthorityFactory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement AuthorityFactoryModifier and TypeClassDescriptionclass
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of AuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type AuthorityFactoryModifier and TypeMethodDescriptionstatic void
ReferencingFactoryFinder.addAuthorityFactory
(AuthorityFactory authority) Programmatic management of authority factories.static void
ReferencingFactoryFinder.removeAuthorityFactory
(AuthorityFactory authority) Programmatic management of authority factories. -
Uses of AuthorityFactory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Extends the EPSG database with Coordinate Reference Systems defined by ESRI.class
Provides common Coordinate Reference Systems not found in the standard EPSG database. -
Uses of AuthorityFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of AuthorityFactory in org.geotools.referencing.epsg.wkt
Classes in org.geotools.referencing.epsg.wkt that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Default implementation for a coordinate reference system authority factory backed by the EPSG property file. -
Uses of AuthorityFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Base class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory
.class
Base class for authority factories.class
An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.class
An authority factory that consults (a possibly shared) cache before generating content itself.class
Abstract implementation for EPSG (has a DataSource reference inside).class
An authority factory that delegates the object creation to an other factory determined from the authority name in the code.class
class
An authority factory that caches all objects created by an other factory.final class
An authority factory that caches all objects created by delegate factories.final class
An authority factory that caches all objects created by the delegate CRSAuthorityFactory.class
A buffered authority factory which will defer the creation of a backing store until when first needed.class
The base class for authority factories that create referencing object directly.class
A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.class
Wraps all factories in a"http://www.opengis.net/"
name space.class
AuthorityFactory
for OGC HTTP URI resources.class
An authority factory that delegates the object creation to an other factory determined from the authority name in the code.class
An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.class
An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.class
Default implementation for a coordinate reference system authority factory backed by a property file.class
ACoordinateOperationAuthorityFactory
backed by a properties file.class
An authority factory that caches all objects created by an other factory.class
class
Wraps all factories in a"urn:ogc:def"
name space.Fields in org.geotools.referencing.factory declared as AuthorityFactoryModifier and TypeFieldDescriptionprotected final AuthorityFactory
IdentifiedObjectSet.factory
The factory to use for creating identified objects when first needed.Methods in org.geotools.referencing.factory with type parameters of type AuthorityFactoryModifier and TypeMethodDescriptionstatic <T extends AuthorityFactory>
TFallbackAuthorityFactory.create
(Class<T> type, Collection<T> factories) Wraps the specified authority factories.Methods in org.geotools.referencing.factory that return AuthorityFactoryModifier and TypeMethodDescriptionstatic AuthorityFactory
FallbackAuthorityFactory.create
(Collection<? extends AuthorityFactory> factories) Wraps the specified authority factories.protected AuthorityFactory
Abstract_URI_AuthorityFactory.createVersionedFactory
(Version version) Invoked when a factory is requested for a specific version.protected AuthorityFactory
Abstract_URI_AuthorityFactory.getAuthorityFactory
(String code) Returns an object factory for the specified code.protected AuthorityFactory
AuthorityFactoryAdapter.getAuthorityFactory
(String code) Returns a generic object factory to use for the specified code.protected AuthorityFactory
ManyAuthoritiesFactory.getAuthorityFactory
(String code) Returns a generic object authority factory for the specified"AUTHORITY:NUMBER"
code.Method parameters in org.geotools.referencing.factory with type arguments of type AuthorityFactoryModifier and TypeMethodDescriptionstatic AuthorityFactory
FallbackAuthorityFactory.create
(Collection<? extends AuthorityFactory> factories) Wraps the specified authority factories.Constructors in org.geotools.referencing.factory with parameters of type AuthorityFactoryModifierConstructorDescriptionprotected
AuthorityFactoryAdapter
(AuthorityFactory factory) Creates a wrapper around the specified factory.CachedAuthorityDecorator
(AuthorityFactory factory) Constructs an instance wrapping the specified factory with a default cache.protected
FallbackAuthorityFactory
(AuthorityFactory primary, AuthorityFactory fallback) Wraps a primary and a fallback authority factories.protected
IdentifiedObjectFinder
(AuthorityFactory factory, Class<? extends IdentifiedObject> type) Creates a finder using the specified factory.IdentifiedObjectSet
(AuthorityFactory factory) Creates an initially empty set.protected
Creates a wrapper around the specified factory.Constructor parameters in org.geotools.referencing.factory with type arguments of type AuthorityFactoryModifierConstructorDescriptionManyAuthoritiesFactory
(Collection<? extends AuthorityFactory> factories) Creates a new factory using the specified set of user factories. -
Uses of AuthorityFactory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement AuthorityFactoryModifier and TypeClassDescriptionclass
A coordinate reference system factory backed by the EPSG database tables.class
This factory uses the MS-Access dialect of SQL.class
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
A factory providing a EPSG code for a cartesian engineering systemsclass
Authority factory that holds user-defined Coordinate Operations.class
A coordinate reference system factory backed by the EPSG database tables.class
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
Please useAccessDialectEpsgFactory
.class
Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.class
An EPSG authority factory using (longitude, latitude) axis order.class
An EPSG authority factory using (longitude, latitude) axis order.class
Base class for EPSG factories to be registered inReferencingFactoryFinder
. -
Uses of AuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.class
Connection to the EPSG database in HSQL database engine format using JDBC. -
Uses of AuthorityFactory in org.geotools.referencing.factory.wms
Classes in org.geotools.referencing.factory.wms that implement AuthorityFactoryModifier and TypeClassDescriptionclass
class
Similar to the OGC CRS factory, but with a different authority name, designed to support URNs coming from the OGC API - Features - Part 1: Core specification (e.g., "http://www.opengis.net/def/crs/OGC/1.3/CRS84").class
The factory for coordinate reference systems in theCRS
space. -
Uses of AuthorityFactory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement AuthorityFactoryModifier and TypeClassDescriptionclass
Extends the EPSG database with Coordinate Reference Systems defined by IAU.class
An IAU authority factory using (longitude, latitude) axis order.