Uses of Interface
org.geotools.api.referencing.crs.CRSAuthorityFactory
Packages that use CRSAuthorityFactory
Package
Description
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 CRSAuthorityFactory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclass
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of CRSAuthorityFactory in org.geotools.factory
Methods in org.geotools.factory that return CRSAuthorityFactoryModifier and TypeMethodDescriptionBasicFactories.getCRSAuthorityFactory()
Returns the CRS authority factory singleton. -
Uses of CRSAuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic CRSAuthorityFactory
CRS.getAuthorityFactory
(boolean longitudeFirst) Returns the CRS authority factory used by thedecode
methods.static CRSAuthorityFactory
ReferencingFactoryFinder.getCRSAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCRSAuthorityFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic Set<CRSAuthorityFactory>
ReferencingFactoryFinder.getCRSAuthorityFactories
(Hints hints) Returns a set of all available implementations for theCRSAuthorityFactory
interface. -
Uses of CRSAuthorityFactory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement CRSAuthorityFactoryModifier 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 CRSAuthorityFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclass
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of CRSAuthorityFactory in org.geotools.referencing.epsg.wkt
Classes in org.geotools.referencing.epsg.wkt that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclass
Default implementation for a coordinate reference system authority factory backed by the EPSG property file.Methods in org.geotools.referencing.epsg.wkt that return CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic CRSAuthorityFactory
EPSGCRSAuthorityFactory.getDefault()
Returns a default coordinate system factory backed by the EPSG property file. -
Uses of CRSAuthorityFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclass
Base class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory
.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.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
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
Wraps all factories in a"urn:ogc:def"
name space.Methods in org.geotools.referencing.factory that return CRSAuthorityFactoryModifier and TypeMethodDescriptionprotected CRSAuthorityFactory
Abstract_URI_AuthorityFactory.getCRSAuthorityFactory
(String code) Returns the coordinate reference system factory to use for the specified URI.protected CRSAuthorityFactory
AuthorityFactoryAdapter.getCRSAuthorityFactory
(String code) Returns the coordinate reference system factory to use for the specified code.protected CRSAuthorityFactory
ManyAuthoritiesFactory.getCRSAuthorityFactory
(String code) Returns the CRS authority factory for the specified"AUTHORITY:NUMBER"
code.Methods in org.geotools.referencing.factory with parameters of type CRSAuthorityFactoryModifier and TypeMethodDescriptionprotected void
AuthorityFactoryAdapter.notifySuccess
(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) Log a message when a CRS is found.protected void
FallbackAuthorityFactory.notifySuccess
(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) protected void
ManyAuthoritiesFactory.notifySuccess
(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) Constructors in org.geotools.referencing.factory with parameters of type CRSAuthorityFactoryModifierConstructorDescriptionprotected
AuthorityFactoryAdapter
(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories.Constructs an instance wrapping the specified factory with a default cache.protected
TransformedAuthorityFactory
(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories. -
Uses of CRSAuthorityFactory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement CRSAuthorityFactoryModifier 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
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 CRSAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement CRSAuthorityFactoryModifier 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 CRSAuthorityFactory in org.geotools.referencing.factory.wms
Classes in org.geotools.referencing.factory.wms that implement CRSAuthorityFactoryModifier 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 CRSAuthorityFactory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclass
Extends the EPSG database with Coordinate Reference Systems defined by IAU.class
An IAU authority factory using (longitude, latitude) axis order.