Uses of Interface
org.geotools.api.referencing.AuthorityFactory
- 
Packages that use AuthorityFactory Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.io.netcdf.crs 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 AuthorityFactory in org.geotools.api.referencing.crsSubinterfaces of AuthorityFactory in org.geotools.api.referencing.crs Modifier and Type Interface Description interfaceCRSAuthorityFactoryCreates coordinate reference systems using authority codes.
- 
Uses of AuthorityFactory in org.geotools.api.referencing.csSubinterfaces of AuthorityFactory in org.geotools.api.referencing.cs Modifier and Type Interface Description interfaceCSAuthorityFactoryCreates coordinate systems using authority codes.
- 
Uses of AuthorityFactory in org.geotools.api.referencing.datumSubinterfaces of AuthorityFactory in org.geotools.api.referencing.datum Modifier and Type Interface Description interfaceDatumAuthorityFactoryCreates datum objects using authority codes.
- 
Uses of AuthorityFactory in org.geotools.api.referencing.operationSubinterfaces of AuthorityFactory in org.geotools.api.referencing.operation Modifier and Type Interface Description interfaceCoordinateOperationAuthorityFactoryCreates coordinate transformation objects from codes.
- 
Uses of AuthorityFactory in org.geotools.coverage.io.netcdf.crsClasses in org.geotools.coverage.io.netcdf.crs that implement AuthorityFactory Modifier and Type Class Description classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG.
- 
Uses of AuthorityFactory in org.geotools.referencingMethods in org.geotools.referencing with parameters of type AuthorityFactory Modifier and Type Method Description static voidReferencingFactoryFinder. addAuthorityFactory(AuthorityFactory authority)Programmatic management of authority factories.static voidReferencingFactoryFinder. removeAuthorityFactory(AuthorityFactory authority)Programmatic management of authority factories.
- 
Uses of AuthorityFactory in org.geotools.referencing.epsg.esriClasses in org.geotools.referencing.epsg.esri that implement AuthorityFactory 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 AuthorityFactory in org.geotools.referencing.epsg.postgresqlClasses in org.geotools.referencing.epsg.postgresql that implement AuthorityFactory Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC.
- 
Uses of AuthorityFactory in org.geotools.referencing.epsg.wktClasses in org.geotools.referencing.epsg.wkt that implement AuthorityFactory Modifier and Type Class Description classEPSGCRSAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by the EPSG property file.
- 
Uses of AuthorityFactory in org.geotools.referencing.factoryClasses in org.geotools.referencing.factory that implement AuthorityFactory Modifier and Type Class Description classAbstract_URI_AuthorityFactoryBase class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory.classAbstractAuthorityFactoryBase class for authority factories.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.classAuthorityFactoryAdapterclassBufferedAuthorityFactoryAn authority factory that caches all objects created by an other factory.classCachedAuthorityDecoratorAn authority factory that caches all objects created by delegate factories.classCachedCRSAuthorityDecoratorAn authority factory that caches all objects created by the delegate CRSAuthorityFactory.classDeferredAuthorityFactoryA buffered authority factory which will defer the creation of a backing store until when first needed.classDirectAuthorityFactoryThe base class for authority factories that create referencing object directly.classFallbackAuthorityFactoryA factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.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.classPropertyCoordinateOperationAuthorityFactoryACoordinateOperationAuthorityFactorybacked by a properties file.classThreadedAuthorityFactoryAn authority factory that caches all objects created by an other factory.classTransformedAuthorityFactoryclassURN_AuthorityFactoryWraps all factories in a"urn:ogc:def"name space.Fields in org.geotools.referencing.factory declared as AuthorityFactory Modifier and Type Field Description protected AuthorityFactoryIdentifiedObjectSet. factoryThe factory to use for creating identified objects when first needed.Methods in org.geotools.referencing.factory with type parameters of type AuthorityFactory Modifier and Type Method Description static <T extends AuthorityFactory>
 TFallbackAuthorityFactory. create(Class<T> type, Collection<T> factories)Wraps the specified authority factories.Methods in org.geotools.referencing.factory that return AuthorityFactory Modifier and Type Method Description static AuthorityFactoryFallbackAuthorityFactory. create(Collection<? extends AuthorityFactory> factories)Wraps the specified authority factories.protected AuthorityFactoryAbstract_URI_AuthorityFactory. createVersionedFactory(Version version)Invoked when a factory is requested for a specific version.protected AuthorityFactoryAbstract_URI_AuthorityFactory. getAuthorityFactory(String code)Returns an object factory for the specified code.protected AuthorityFactoryAuthorityFactoryAdapter. getAuthorityFactory(String code)Returns a generic object factory to use for the specified code.protected AuthorityFactoryManyAuthoritiesFactory. 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 AuthorityFactory Modifier and Type Method Description static AuthorityFactoryFallbackAuthorityFactory. create(Collection<? extends AuthorityFactory> factories)Wraps the specified authority factories.Constructors in org.geotools.referencing.factory with parameters of type AuthorityFactory Constructor Description AuthorityFactoryAdapter(AuthorityFactory factory)Creates a wrapper around the specified factory.CachedAuthorityDecorator(AuthorityFactory factory)Constructs an instance wrapping the specified factory with a default cache.CachedAuthorityDecorator(AuthorityFactory factory, ObjectCache<Object,Object> cache)Constructs an instance wrapping the specified factory.FallbackAuthorityFactory(AuthorityFactory primary, AuthorityFactory fallback)Wraps a primary and a fallback authority factories.IdentifiedObjectFinder(AuthorityFactory factory, Class<? extends IdentifiedObject> type)Creates a finder using the specified factory.IdentifiedObjectSet(AuthorityFactory factory)Creates an initially empty set.TransformedAuthorityFactory(AuthorityFactory factory)Creates a wrapper around the specified factory.Constructor parameters in org.geotools.referencing.factory with type arguments of type AuthorityFactory Constructor Description ManyAuthoritiesFactory(Collection<? extends AuthorityFactory> factories)Creates a new factory using the specified set of user factories.
- 
Uses of AuthorityFactory in org.geotools.referencing.factory.epsgClasses in org.geotools.referencing.factory.epsg that implement AuthorityFactory 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 systemsclassCoordinateOperationFactoryUsingWKTAuthority factory that holds user-defined Coordinate Operations.classDirectEpsgFactoryA 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 AuthorityFactory in org.geotools.referencing.factory.epsg.hsqlClasses in org.geotools.referencing.factory.epsg.hsql that implement AuthorityFactory 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 AuthorityFactory in org.geotools.referencing.factory.wmsClasses in org.geotools.referencing.factory.wms that implement AuthorityFactory 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 AuthorityFactory in org.geotools.referencing.iauClasses in org.geotools.referencing.iau that implement AuthorityFactory 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.
 
-