Uses of Class
org.apache.sis.referencing.factory.sql.EPSGDataAccess
Packages that use EPSGDataAccess
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of EPSGDataAccess in org.apache.sis.referencing.factory.sql
Fields in org.apache.sis.referencing.factory.sql declared as EPSGDataAccessModifier and TypeFieldDescriptionprivate final EPSGDataAccess
EPSGCodeFinder.dao
The data access object to use for searching EPSG codes.private final EPSGDataAccess
AuthorityCodes.factory
The factory which is the owner of this map.private final EPSGDataAccess
CloseableReference.factory
The EPSG factory, used for synchronization lock.Methods in org.apache.sis.referencing.factory.sql that return EPSGDataAccessModifier and TypeMethodDescriptionprotected EPSGDataAccess
EPSGFactory.newDataAccess()
Creates the factory which will perform the actual geodetic object creation work.protected EPSGDataAccess
EPSGFactory.newDataAccess
(Connection connection, SQLTranslator translator) Creates the factory which will perform the actual geodetic object creation from a given connection.Methods in org.apache.sis.referencing.factory.sql with parameters of type EPSGDataAccessModifier and TypeMethodDescriptionprotected boolean
EPSGFactory.canClose
(EPSGDataAccess factory) Returnstrue
if the given Data Access Object (DAO) can be closed.Constructors in org.apache.sis.referencing.factory.sql with parameters of type EPSGDataAccessModifierConstructorDescription(package private)
AuthorityCodes
(Connection connection, TableInfo table, Class<?> type, EPSGDataAccess factory) Creates a new map of authority codes for the specified type.(package private)
CloseableReference
(AuthorityCodes ref, EPSGDataAccess factory, Statement[] statements) Creates a new phantom reference which will close the given statements when the given referenced object will be garbage collected.(package private)
Creates a new finder for the given data access object.