| Package | Description |
|---|---|
| org.apache.sis.referencing.factory.sql |
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
|
| Modifier and Type | Field and Description |
|---|---|
protected SQLTranslator |
EPSGDataAccess.translator
The translator from the SQL statements using MS-Access dialect
to SQL statements using the dialect of the actual database.
|
| Modifier and Type | Method and Description |
|---|---|
protected EPSGDataAccess |
EPSGFactory.newDataAccess(Connection connection,
SQLTranslator translator)
Creates the factory which will perform the actual geodetic object creation from a given connection.
|
| Constructor and Description |
|---|
EPSGDataAccess(EPSGFactory owner,
Connection connection,
SQLTranslator translator)
Creates a factory using the given connection.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.