Uses of Class
org.geotools.referencing.factory.epsg.ThreadedEpsgFactory
-
Packages that use ThreadedEpsgFactory Package Description org.geotools.referencing.epsg.postgresql org.geotools.referencing.factory.epsg.hsql -
-
Uses of ThreadedEpsgFactory in org.geotools.referencing.epsg.postgresql
Subclasses of ThreadedEpsgFactory in org.geotools.referencing.epsg.postgresql Modifier and Type Class Description class
ThreadedPostgreSQLEpsgFactory
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of ThreadedEpsgFactory in org.geotools.referencing.factory.epsg.hsql
Subclasses of ThreadedEpsgFactory in org.geotools.referencing.factory.epsg.hsql Modifier and Type Class Description class
ThreadedHsqlEpsgFactory
Connection to the EPSG database in HSQL database engine format using JDBC.
-