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 hard-coded in this class to SQL statements compatible with the actual EPSG 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.