Uses of Class
org.apache.sis.referencing.factory.sql.SQLTranslator
Packages that use SQLTranslator
Package
Description
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 SQLTranslatorModifier and TypeFieldDescriptionprotected final SQLTranslator
EPSGDataAccess.translator
The translator from the SQL statements using MS-Access dialect to SQL statements using the dialect of the actual database.private SQLTranslator
EPSGFactory.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 SQLTranslatorModifier and TypeMethodDescriptionprotected 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 SQLTranslatorModifierConstructorDescriptionprotected
EPSGDataAccess
(EPSGFactory owner, Connection connection, SQLTranslator translator) Creates a factory using the given connection.