Uses of Interface
org.geotools.api.referencing.crs.CRSAuthorityFactory
-
Packages that use CRSAuthorityFactory Package Description org.geotools.coverage.io.netcdf.crs org.geotools.factory org.geotools.referencing Reference systems implementation.org.geotools.referencing.epsg.esri org.geotools.referencing.epsg.postgresql org.geotools.referencing.epsg.wkt 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 org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128).org.geotools.referencing.iau -
-
Uses of CRSAuthorityFactory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement CRSAuthorityFactory Modifier and Type Class Description classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG. -
Uses of CRSAuthorityFactory in org.geotools.factory
Methods in org.geotools.factory that return CRSAuthorityFactory Modifier and Type Method Description CRSAuthorityFactoryBasicFactories. getCRSAuthorityFactory()Returns the CRS authority factory singleton. -
Uses of CRSAuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CRSAuthorityFactory Modifier and Type Method Description static CRSAuthorityFactoryCRS. getAuthorityFactory(boolean longitudeFirst)Returns the CRS authority factory used by thedecodemethods.static CRSAuthorityFactoryReferencingFactoryFinder. getCRSAuthorityFactory(String authority, Hints hints)Returns the first implementation ofCRSAuthorityFactorymatching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CRSAuthorityFactory Modifier and Type Method Description static Set<CRSAuthorityFactory>ReferencingFactoryFinder. getCRSAuthorityFactories(Hints hints)Returns a set of all available implementations for theCRSAuthorityFactoryinterface. -
Uses of CRSAuthorityFactory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement CRSAuthorityFactory Modifier and Type Class Description classEsriExtensionExtends the EPSG database with Coordinate Reference Systems defined by ESRI.classUnnamedExtensionProvides 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 CRSAuthorityFactory Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection 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 CRSAuthorityFactory Modifier and Type Class Description classEPSGCRSAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by the EPSG property file.Methods in org.geotools.referencing.epsg.wkt that return CRSAuthorityFactory Modifier and Type Method Description static CRSAuthorityFactoryEPSGCRSAuthorityFactory. 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 CRSAuthorityFactory Modifier and Type Class Description classAbstract_URI_AuthorityFactoryBase class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory.classAbstractAuthorityMediatorAn authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.classAbstractCachedAuthorityFactoryAn authority factory that consults (a possibly shared) cache before generating content itself.classAbstractEpsgMediatorAbstract implementation for EPSG (has a DataSource reference inside).classAllAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classCachedAuthorityDecoratorAn authority factory that caches all objects created by delegate factories.classCachedCRSAuthorityDecoratorAn authority factory that caches all objects created by the delegate CRSAuthorityFactory.classHTTP_AuthorityFactoryWraps all factories in a"http://www.opengis.net/"name space.classHTTP_URI_AuthorityFactoryAuthorityFactoryfor OGC HTTP URI resources.classManyAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classOrderedAxisAuthorityFactoryAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classOrderedAxisCRSAuthorityFactoryAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classPropertyAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by a property file.classURN_AuthorityFactoryWraps all factories in a"urn:ogc:def"name space.Methods in org.geotools.referencing.factory that return CRSAuthorityFactory Modifier and Type Method Description protected CRSAuthorityFactoryAbstract_URI_AuthorityFactory. getCRSAuthorityFactory(String code)Returns the coordinate reference system factory to use for the specified URI.protected CRSAuthorityFactoryAuthorityFactoryAdapter. getCRSAuthorityFactory(String code)Returns the coordinate reference system factory to use for the specified code.protected CRSAuthorityFactoryManyAuthoritiesFactory. getCRSAuthorityFactory(String code)Returns the CRS authority factory for the specified"AUTHORITY:NUMBER"code.Methods in org.geotools.referencing.factory with parameters of type CRSAuthorityFactory Modifier and Type Method Description protected voidAuthorityFactoryAdapter. notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs)Log a message when a CRS is found.protected voidFallbackAuthorityFactory. notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs)protected voidManyAuthoritiesFactory. notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs)Constructors in org.geotools.referencing.factory with parameters of type CRSAuthorityFactory Constructor Description AuthorityFactoryAdapter(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory)Creates a wrapper around the specified factories.CachedCRSAuthorityDecorator(CRSAuthorityFactory factory)Constructs an instance wrapping the specified factory with a default cache.CachedCRSAuthorityDecorator(CRSAuthorityFactory factory, ObjectCache<Object,Object> cache)Constructs an instance wrapping the specified factory.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 CRSAuthorityFactory Modifier and Type Class Description classAbstractEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classAccessDialectEpsgFactoryThis factory uses the MS-Access dialect of SQL.classAnsiDialectEpsgFactoryAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classCartesianAuthorityFactoryA factory providing a EPSG code for a cartesian engineering systemsclassDirectEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classFactoryUsingAnsiSQLAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classFactoryUsingSQLPlease useAccessDialectEpsgFactory.classFactoryUsingWKTAuthority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.classLongitudeFirstEpsgDecoratorAn EPSG authority factory using (longitude, latitude) axis order.classLongitudeFirstFactoryAn EPSG authority factory using (longitude, latitude) axis order.classThreadedEpsgFactoryBase 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 CRSAuthorityFactory Modifier and Type Class Description classHsqlDialectEpsgMediatorMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.classThreadedHsqlEpsgFactoryConnection 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 CRSAuthorityFactory Modifier and Type Class Description classAutoCRSFactoryclassOGCAPICRSFactorySimilar 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").classWebCRSFactoryThe factory for coordinate reference systems in theCRSspace. -
Uses of CRSAuthorityFactory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement CRSAuthorityFactory Modifier and Type Class Description classIAUAuthorityFactoryExtends the EPSG database with Coordinate Reference Systems defined by IAU.classIAULongitudeFirstFactoryAn IAU authority factory using (longitude, latitude) axis order.
-