Uses of Interface
org.geotools.api.referencing.Factory
-
-
Uses of Factory in org.geotools.api.metadata.citation
Subinterfaces of Factory in org.geotools.api.metadata.citation Modifier and Type Interface Description interfaceCitationFactoryA factory for metadata from the citation package. -
Uses of Factory in org.geotools.api.referencing
Subinterfaces of Factory in org.geotools.api.referencing Modifier and Type Interface Description interfaceAuthorityFactoryBase interface for all authority factories.interfaceObjectFactoryBase interface for all factories of identified objects. -
Uses of Factory in org.geotools.api.referencing.crs
Subinterfaces of Factory in org.geotools.api.referencing.crs Modifier and Type Interface Description interfaceCRSAuthorityFactoryCreates coordinate reference systems using authority codes.interfaceCRSFactoryBuilds up complex coordinate reference systems from simpler objects or values. -
Uses of Factory in org.geotools.api.referencing.cs
Subinterfaces of Factory in org.geotools.api.referencing.cs Modifier and Type Interface Description interfaceCSAuthorityFactoryCreates coordinate systems using authority codes.interfaceCSFactoryBuilds up complex coordinate systems from simpler objects or values. -
Uses of Factory in org.geotools.api.referencing.datum
Subinterfaces of Factory in org.geotools.api.referencing.datum Modifier and Type Interface Description interfaceDatumAuthorityFactoryCreates datum objects using authority codes.interfaceDatumFactoryBuilds up complex datums from simpler objects or values. -
Uses of Factory in org.geotools.api.referencing.operation
Subinterfaces of Factory in org.geotools.api.referencing.operation Modifier and Type Interface Description interfaceCoordinateOperationAuthorityFactoryCreates coordinate transformation objects from codes.interfaceCoordinateOperationFactoryCreates coordinate operations.interfaceMathTransformFactoryLow level factory for creating math transforms. -
Uses of Factory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement Factory Modifier and Type Class Description classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG. -
Uses of Factory in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type Factory Modifier and Type Method Description static booleanReferencingFactoryFinder. isRegistered(Factory factory)Returnstrueif the specified factory is registered. -
Uses of Factory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement Factory 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 Factory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement Factory Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of Factory in org.geotools.referencing.epsg.wkt
Classes in org.geotools.referencing.epsg.wkt that implement Factory Modifier and Type Class Description classEPSGCRSAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by the EPSG property file. -
Uses of Factory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement Factory 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.classDatumAliasesA datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.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.classReferencingFactoryBase class for all factories in the referencing module.classReferencingFactoryContainerA set of utilities methods working on factories.classReferencingObjectFactoryclassThreadedAuthorityFactoryAn authority factory that caches all objects created by an other factory.classTransformedAuthorityFactoryclassURN_AuthorityFactoryWraps all factories in a"urn:ogc:def"name space.Constructors in org.geotools.referencing.factory with parameters of type Factory Constructor Description FactoryDependencies(Factory factory)Creates a new dependency tree for the specified factory. -
Uses of Factory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement Factory 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 Factory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement Factory 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 Factory in org.geotools.referencing.factory.gridshift
Subinterfaces of Factory in org.geotools.referencing.factory.gridshift Modifier and Type Interface Description interfaceGridShiftLocatorProvides a hook to locate grid shift files, such as NTv1, NTv2 and NADCON onesClasses in org.geotools.referencing.factory.gridshift that implement Factory Modifier and Type Class Description classClasspathGridShiftLocatorDefault grid shift file locator, looks up grids in the classpathclassNADCONGridShiftFactoryLoads and caches NADCON grid shiftsclassNTv2GridShiftFactoryLoads and caches NTv2 grid files. -
Uses of Factory in org.geotools.referencing.factory.wms
Classes in org.geotools.referencing.factory.wms that implement Factory 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 Factory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement Factory 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. -
Uses of Factory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement Factory Modifier and Type Class Description classAbstractCoordinateOperationFactoryBase class for coordinate operation factories.classAuthorityBackedFactoryA coordinate operation factory extended with the extra informations provided by an authority factory.classBufferedCoordinateOperationFactoryCaches the coordinate operations created by an other factory.classDefaultCoordinateOperationFactoryCreates coordinate operations.classDefaultMathTransformFactoryLow level factory for creating math transforms.
-