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
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.