adaptSQL(String statement) Invoked when a new
PreparedStatement is about to be created from a SQL string.
Since the EPSG database is available mainly in MS-Access
format, and this is the target of our super class, we have no work to do here.
Parameters: statement - The statement in MS-Access syntax.
Constructs an authority factory using the specified connection.
Parameters: userHints - The underlying factories used for objects creation. Parameters: connection - The connection to the underlying EPSG database. since: 2.2
Invoked when a new
PreparedStatement is about to be created from a SQL string.
Since the EPSG database is available mainly in MS-Access
format, and this is the target of our super class, we have no work to do here.
Parameters: statement - The statement in MS-Access syntax. The SQL statement to use. This implementation returns the string unchanged.
Fields inherited from org.geotools.referencing.factory.epsg.DirectEpsgFactory