Uses of Class
org.apache.sis.referencing.factory.sql.SQLTranslator
-
Packages that use SQLTranslator Package Description org.apache.sis.referencing.factory.sql Factories for geodetic objects defined in a SQL database, typically the EPSG dataset. -
-
Uses of SQLTranslator in org.apache.sis.referencing.factory.sql
Fields in org.apache.sis.referencing.factory.sql declared as SQLTranslator Modifier and Type Field Description protected SQLTranslator
EPSGDataAccess. translator
The translator from the SQL statements using MS-Access dialect to SQL statements using the dialect of the actual database.Methods in org.apache.sis.referencing.factory.sql with parameters of type SQLTranslator Modifier and Type Method Description protected EPSGDataAccess
EPSGFactory. newDataAccess(Connection connection, SQLTranslator translator)
Creates the factory which will perform the actual geodetic object creation from a given connection.Constructors in org.apache.sis.referencing.factory.sql with parameters of type SQLTranslator Constructor Description EPSGDataAccess(EPSGFactory owner, Connection connection, SQLTranslator translator)
Creates a factory using the given connection.
-