Package | Description |
---|---|
org.apache.sis.referencing.factory.sql |
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
|
Modifier and Type | Method and Description |
---|---|
protected EPSGDataAccess |
EPSGFactory.newDataAccess()
Creates the factory which will perform the actual geodetic object creation work.
|
protected EPSGDataAccess |
EPSGFactory.newDataAccess(Connection connection,
SQLTranslator translator)
Creates the factory which will perform the actual geodetic object creation from a given connection.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EPSGFactory.canClose(EPSGDataAccess factory)
Returns
true if the given Data Access Object (DAO) can be closed. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.