Uses of Class
org.geotools.referencing.factory.epsg.FactoryUsingWKT
-
Packages that use FactoryUsingWKT Package Description org.geotools.coverage.io.netcdf.crs org.geotools.referencing.epsg.esri org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.iau -
-
Uses of FactoryUsingWKT in org.geotools.coverage.io.netcdf.crs
Subclasses of FactoryUsingWKT in org.geotools.coverage.io.netcdf.crs Modifier and Type Class Description class
NetCDFCRSAuthorityFactory
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of FactoryUsingWKT in org.geotools.referencing.epsg.esri
Subclasses of FactoryUsingWKT in org.geotools.referencing.epsg.esri Modifier and Type Class Description class
EsriExtension
Extends the EPSG database with Coordinate Reference Systems defined by ESRI.class
UnnamedExtension
Provides common Coordinate Reference Systems not found in the standard EPSG database. -
Uses of FactoryUsingWKT in org.geotools.referencing.factory.epsg
Method parameters in org.geotools.referencing.factory.epsg with type arguments of type FactoryUsingWKT Modifier and Type Method Description protected static void
FactoryUsingWKT. main(String[] args, Class<? extends FactoryUsingWKT> type)
Implementation of themain(java.lang.String...)
method, shared by subclasses. -
Uses of FactoryUsingWKT in org.geotools.referencing.iau
Subclasses of FactoryUsingWKT in org.geotools.referencing.iau Modifier and Type Class Description class
IAUAuthorityFactory
Extends the EPSG database with Coordinate Reference Systems defined by IAU.
-