Uses of Class
org.geotools.util.factory.AbstractFactory
Packages that use AbstractFactory
Package
Description
GridCoverage2D 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).
Coordinate operation implementation.
-
Uses of AbstractFactory in org.geotools.coverage.grid
Subclasses of AbstractFactory in org.geotools.coverage.grid -
Uses of AbstractFactory in org.geotools.coverage.io.netcdf.crs
Subclasses of AbstractFactory in org.geotools.coverage.io.netcdf.crsModifier and TypeClassDescriptionclass
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of AbstractFactory in org.geotools.referencing.epsg.esri
Subclasses of AbstractFactory in org.geotools.referencing.epsg.esriModifier 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 AbstractFactory in org.geotools.referencing.epsg.postgresql
Subclasses of AbstractFactory in org.geotools.referencing.epsg.postgresqlModifier and TypeClassDescriptionclass
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of AbstractFactory in org.geotools.referencing.epsg.wkt
Subclasses of AbstractFactory in org.geotools.referencing.epsg.wktModifier and TypeClassDescriptionclass
Default implementation for a coordinate reference system authority factory backed by the EPSG property file. -
Uses of AbstractFactory in org.geotools.referencing.factory
Subclasses of AbstractFactory in org.geotools.referencing.factoryModifier 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 datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.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
Base class for all factories in the referencing module.class
A set of utilities methods working on factories.class
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. -
Uses of AbstractFactory in org.geotools.referencing.factory.epsg
Subclasses of AbstractFactory in org.geotools.referencing.factory.epsgModifier 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 AbstractFactory in org.geotools.referencing.factory.epsg.hsql
Subclasses of AbstractFactory in org.geotools.referencing.factory.epsg.hsqlModifier 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 AbstractFactory in org.geotools.referencing.factory.gridshift
Subclasses of AbstractFactory in org.geotools.referencing.factory.gridshiftModifier and TypeClassDescriptionclass
Default grid shift file locator, looks up grids in the classpathclass
Loads and caches NADCON grid shiftsclass
Loads and caches NTv2 grid files. -
Uses of AbstractFactory in org.geotools.referencing.factory.wms
Subclasses of AbstractFactory in org.geotools.referencing.factory.wmsModifier 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 AbstractFactory in org.geotools.referencing.iau
Subclasses of AbstractFactory in org.geotools.referencing.iauModifier and TypeClassDescriptionclass
Extends the EPSG database with Coordinate Reference Systems defined by IAU.class
An IAU authority factory using (longitude, latitude) axis order. -
Uses of AbstractFactory in org.geotools.referencing.operation
Subclasses of AbstractFactory in org.geotools.referencing.operationModifier and TypeClassDescriptionclass
Base class for coordinate operation factories.class
A coordinate operation factory extended with the extra informations provided by an authority factory.class
Caches the coordinate operations created by an other factory.class
Creates coordinate operations.class
Low level factory for creating math transforms.