| Connection to the EPSG database in MS-Access format using JDBC-ODBC bridge. The EPSG
database can be downloaded from http://www.epsg.org.
The JDBC-ODBC bridge is a documented feature of Sun's J2SE distribution. See
New data source
implementations in the JDBC-ODBC bridge.
Just having this class accessible in the classpath, together with the registration in
the
META-INF/services/ directory, is suffisient to get a working EPSG authority
factory backed by this database. Vendors can create a copy of this class, modify it and
bundle it with their own distribution if they want to connect their users to an other
database (for example a PostgreSQL database reachable on internet).
since: 2.1 version: $Id: AccessDataSource.java 26328 2007-07-24 16:57:19Z desruisseaux $ author: Martin DesruisseauxFactoryOnAccess |