Uses of Class
org.apache.sis.referencing.factory.sql.EPSGDataAccess
-
Packages that use EPSGDataAccess Package Description org.apache.sis.referencing.factory.sql Factories for geodetic objects defined in a SQL database, typically the EPSG dataset. -
-
Uses of EPSGDataAccess in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return EPSGDataAccess Modifier and Type Method Description protected 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 EPSGDataAccess Modifier and Type Method Description protected boolean
EPSGFactory. canClose(EPSGDataAccess factory)
Returnstrue
if the given Data Access Object (DAO) can be closed.
-