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 EPSGDataAccessEPSGCodeFinder.daoThe data access object to use for searching EPSG codes.private final EPSGDataAccessAuthorityCodes.factoryThe factory which is the owner of this map.private final EPSGDataAccessCloseableReference.factoryThe EPSG factory, used for synchronization lock.Methods in org.apache.sis.referencing.factory.sql that return EPSGDataAccessModifier and TypeMethodDescriptionprotected EPSGDataAccessEPSGFactory.newDataAccess()Creates the factory which will perform the actual geodetic object creation work.protected EPSGDataAccessEPSGFactory.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 booleanEPSGFactory.canClose(EPSGDataAccess factory) Returnstrueif 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.