|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JDBCConnection in org.deegree.io |
|---|
| Methods in org.deegree.io that return JDBCConnection | |
|---|---|
JDBCConnection |
IODocument.parseJDBCConnection()
parses a JDBCConnection element and returns the object representation |
| Uses of JDBCConnection in org.deegree.io.datastore.sql |
|---|
| Methods in org.deegree.io.datastore.sql that return JDBCConnection | |
|---|---|
JDBCConnection |
SQLDatastoreConfiguration.getJDBCConnection()
Returns the JDBC connection information. |
| Constructors in org.deegree.io.datastore.sql with parameters of type JDBCConnection | |
|---|---|
SQLDatastoreConfiguration(JDBCConnection connection,
java.lang.Class<? extends Datastore> datastoreClass)
Creates a new instance of SQLDatastoreConfiguration from the given parameters. |
|
| Uses of JDBCConnection in org.deegree.io.datastore.sql.generic |
|---|
| Constructors in org.deegree.io.datastore.sql.generic with parameters of type JDBCConnection | |
|---|---|
GenericSQLWhereBuilder(MappedFeatureType[] rootFts,
java.lang.String[] aliases,
Filter filter,
SortProperty[] sortProperties,
TableAliasGenerator aliasGenerator,
VirtualContentProvider vcProvider,
JDBCConnection jdbc)
Creates a new instance of GenericSQLWhereBuilder from the given parameters. |
|
| Uses of JDBCConnection in org.deegree.io.oraclegeoraster |
|---|
| Methods in org.deegree.io.oraclegeoraster that return JDBCConnection | |
|---|---|
JDBCConnection |
GeoRasterDescription.getJdbcConnection()
|
| Constructors in org.deegree.io.oraclegeoraster with parameters of type JDBCConnection | |
|---|---|
GeoRasterDescription(JDBCConnection jdbcConnection,
java.lang.String table,
java.lang.String rdtTable,
java.lang.String column,
java.lang.String identification,
int level)
|
|
| Uses of JDBCConnection in org.deegree.io.quadtree |
|---|
| Fields in org.deegree.io.quadtree declared as JDBCConnection | |
|---|---|
protected JDBCConnection |
DBQuadtreeManager.jdbc
|
| Methods in org.deegree.io.quadtree with parameters of type JDBCConnection | |
|---|---|
protected void |
DBQuadtreeManager.storeFeature(Feature feature,
T id,
JDBCConnection jdbc)
stores one feature into the defined table |
| Constructors in org.deegree.io.quadtree with parameters of type JDBCConnection | |
|---|---|
DBNode(java.lang.String id,
DBQuadtree<T> qt,
java.lang.String indexTable,
JDBCConnection jdbc,
int level,
DBQuadtree.SupportedVersions version)
A constructor which reads the envelope from the database. |
|
DBNode(java.lang.String id,
Envelope env,
DBQuadtree<T> qt,
java.lang.String indexTable,
JDBCConnection jdbc,
int level,
DBQuadtree.SupportedVersions version)
|
|
DBQuadtree(int id,
java.lang.String indexName,
JDBCConnection jdbc)
initializes a quadtree already existing in a database. |
|
DBQuadtree(int id,
java.lang.String indexName,
JDBCConnection jdbc,
double accuracyX,
double accuracyY,
java.lang.String version)
initializes a quadtree already existing in a database |
|
DBQuadtree(int id,
java.lang.String indexName,
JDBCConnection jdbc,
java.lang.String version)
Creates a Database with given version. |
|
DBQuadtreeManager(JDBCConnection jdbc,
java.lang.String table,
java.lang.String column,
java.lang.String owner,
int type)
initializes a QuadtreeManager to access an alread existing Quadtree |
|
DBQuadtreeManager(JDBCConnection jdbc,
java.lang.String owner,
java.lang.String indexName,
java.lang.String table,
java.lang.String column,
int maxDepth,
int type)
|
|
| Uses of JDBCConnection in org.deegree.model.coverage.grid |
|---|
| Methods in org.deegree.model.coverage.grid that return JDBCConnection | |
|---|---|
JDBCConnection |
DatabaseIndexedGCMetadata.getJDBCConnection()
|
| Constructors in org.deegree.model.coverage.grid with parameters of type JDBCConnection | |
|---|---|
DatabaseIndexedGCMetadata(JDBCConnection jdbc,
float scale,
java.lang.String table,
java.lang.String rootDir,
boolean dataInDB)
|
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.csw.configuration |
|---|
| Methods in org.deegree.ogcwebservices.csw.configuration that return JDBCConnection | |
|---|---|
JDBCConnection |
CatalogueDeegreeParams.getHarvestRepository()
|
| Methods in org.deegree.ogcwebservices.csw.configuration with parameters of type JDBCConnection | |
|---|---|
void |
CatalogueDeegreeParams.setHarvestRepository(JDBCConnection harvestRepository)
|
| Constructors in org.deegree.ogcwebservices.csw.configuration with parameters of type JDBCConnection | |
|---|---|
CatalogueDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
SimpleLink wfsResource,
OnlineResource[] catalogAddresses,
JDBCConnection harvestRepository,
java.lang.String defaultOutputSchema,
OnlineResource trans_in_xslt,
OnlineResource trans_out_xslt)
Creates a new CatalogDeegreeParams instance. |
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.wass.common |
|---|
| Constructors in org.deegree.ogcwebservices.wass.common with parameters of type JDBCConnection | |
|---|---|
WASSSecurityManager(JDBCConnection dbInfo)
This constructor initializes the connection to the security database. |
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.wass.was.configuration |
|---|
| Methods in org.deegree.ogcwebservices.wass.was.configuration that return JDBCConnection | |
|---|---|
JDBCConnection |
WASDeegreeParams.getDatabaseConnection()
|
| Constructors in org.deegree.ogcwebservices.wass.was.configuration with parameters of type JDBCConnection | |
|---|---|
WASDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
OnlineResource wasAddress,
int sessionLifetime,
JDBCConnection database)
|
|
WASDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
OnlineResource wasAddress,
int sessionLifetime,
JDBCConnection database)
|
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.wass.wss.configuration |
|---|
| Methods in org.deegree.ogcwebservices.wass.wss.configuration that return JDBCConnection | |
|---|---|
JDBCConnection |
WSSDeegreeParams.getDatabaseConnection()
|
| Constructors in org.deegree.ogcwebservices.wass.wss.configuration with parameters of type JDBCConnection | |
|---|---|
WSSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
OnlineResource securedServiceAddress,
OnlineResource wasAddress,
int sessionLifetime,
JDBCConnection db)
|
|
WSSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
OnlineResource securedServiceAddress,
OnlineResource wasAddress,
int sessionLifetime,
JDBCConnection db)
|
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.wcs.configuration |
|---|
| Methods in org.deegree.ogcwebservices.wcs.configuration that return JDBCConnection | |
|---|---|
JDBCConnection |
OracleGeoRasterResolution.getJDBCConnection()
|
JDBCConnection |
DatabaseResolution.getJDBCConnection()
|
| Methods in org.deegree.ogcwebservices.wcs.configuration with parameters of type JDBCConnection | |
|---|---|
void |
OracleGeoRasterResolution.setJDBCConnection(JDBCConnection jdbc)
|
void |
DatabaseResolution.setJDBCConnection(JDBCConnection jdbc)
|
| Constructors in org.deegree.ogcwebservices.wcs.configuration with parameters of type JDBCConnection | |
|---|---|
DatabaseResolution(double minScale,
double maxScale,
Range[] ranges,
JDBCConnection jdbc,
java.lang.String table,
java.lang.String rootDir)
|
|
OracleGeoRasterResolution(double minScale,
double maxScale,
Range[] ranges,
JDBCConnection jdbc,
java.lang.String table,
java.lang.String rdtTable,
java.lang.String column,
java.lang.String identification,
int level)
|
|
| Uses of JDBCConnection in org.deegree.ogcwebservices.wms.configuration |
|---|
| Methods in org.deegree.ogcwebservices.wms.configuration that return JDBCConnection | |
|---|---|
JDBCConnection |
DatabaseDataSource.getJDBCConnection()
|
| Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type JDBCConnection | |
|---|---|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geometryField,
CoordinateSystem nativeCRS,
boolean customSQL)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS,
boolean customSQL,
java.util.Map<java.lang.String,java.lang.String> dimProps)
|
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org