Uses of Class
org.apache.sis.referencing.factory.sql.EPSGFactory
Packages that use EPSGFactory
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of EPSGFactory in org.apache.sis.referencing.factory.sql
Fields in org.apache.sis.referencing.factory.sql declared as EPSGFactoryModifier and TypeFieldDescriptionprotected final EPSGFactory
EPSGDataAccess.owner
TheConcurrentAuthorityFactory
that created this Data Access Object (DAO).Constructors in org.apache.sis.referencing.factory.sql with parameters of type EPSGFactoryModifierConstructorDescriptionprotected
EPSGDataAccess
(EPSGFactory owner, Connection connection, SQLTranslator translator) Creates a factory using the given connection.