Uses of Interface
org.geotools.referencing.factory.epsg.DataSource

Packages that use DataSource
org.geotools.referencing.factory.epsg Authority factories for the EPSG database.  
 

Uses of DataSource in org.geotools.referencing.factory.epsg
 

Classes in org.geotools.referencing.factory.epsg that implement DataSource
 class AccessDataSource
          Connection to the EPSG database in MS-Access format using JDBC-ODBC bridge.
 class HSQLDataSource
          Connection to the EPSG database in HSQL database engine format using JDBC.
 class PostgreDataSource
          Connection to the EPSG database in PostgreSQL database engine using JDBC.
 class SimpleDataSource
          Open a connection to an EPSG database using DriverManager.
 

Methods in org.geotools.referencing.factory.epsg that return DataSource
 DataSource DefaultFactory.getDataSource()
          Returns the data source for the EPSG database.
 

Methods in org.geotools.referencing.factory.epsg with parameters of type DataSource
 void DefaultFactory.setDataSource(DataSource datasource)
          Set the data source for the EPSG database.
 



Copyright © GeoTools. All Rights Reserved.