| Package | Description |
|---|---|
| org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
| org.geotools.arcsde.session | |
| org.geotools.arcsde.versioning |
| Modifier and Type | Method and Description |
|---|---|
ArcSdeVersionHandler |
ArcSdeFeatureSource.getVersionHandler() |
| Modifier and Type | Method and Description |
|---|---|
SeQuery |
ISession.prepareQuery(SeQueryInfo qInfo,
SeFilter[] spatialConstraints,
ArcSdeVersionHandler version) |
SeQuery |
SessionWrapper.prepareQuery(SeQueryInfo qInfo,
SeFilter[] spatialConstraints,
ArcSdeVersionHandler version) |
| Constructor and Description |
|---|
PrepareQueryCommand(SeQueryInfo qInfo,
SeFilter[] spatialConstraints,
ArcSdeVersionHandler version) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCommitVersionHandler
Handles a versioned table when in auto commit mode, meaning it sets up streams to edit directly
the version indicated by the provided version name.
|
class |
TransactionVersionHandler
Handles a versioned table when in transaction mode
|
| Modifier and Type | Field and Description |
|---|---|
static ArcSdeVersionHandler |
ArcSdeVersionHandler.NONVERSIONED_HANDLER
Null object to handle non versioned tables, does nothing.
|
Copyright © 1996–2019 Geotools. All rights reserved.