Uses of Class
org.apache.sis.referencing.factory.sql.EPSGFactory
-
Packages that use EPSGFactory Package Description org.apache.sis.referencing.factory.sql 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 EPSGFactory Modifier and Type Field Description protected EPSGFactory
EPSGDataAccess. owner
TheConcurrentAuthorityFactory
that created this Data Access Object (DAO).Constructors in org.apache.sis.referencing.factory.sql with parameters of type EPSGFactory Constructor Description EPSGDataAccess(EPSGFactory owner, Connection connection, SQLTranslator translator)
Creates a factory using the given connection.
-