Package | Description |
---|---|
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.arcsde.session |
Modifier and Type | Method and Description |
---|---|
long |
FIDReader.readFid(SdeRow row) |
long |
FIDReader.ShapeFidReader.readFid(SdeRow row) |
Modifier and Type | Method and Description |
---|---|
SdeRow |
Commands.FetchRowCommand.execute(ISession session,
SeConnection connection) |
SdeRow |
ISession.fetch(SeQuery query)
Issues a command that fetches a row from an already executed SeQuery and returns the
SdeRow object with its contents. |
SdeRow |
SessionWrapper.fetch(SeQuery query) |
SdeRow |
ISession.fetch(SeQuery seQuery,
SdeRow currentRow) |
SdeRow |
SessionWrapper.fetch(SeQuery query,
SdeRow currentRow) |
Modifier and Type | Method and Description |
---|---|
SdeRow |
ISession.fetch(SeQuery seQuery,
SdeRow currentRow) |
SdeRow |
SessionWrapper.fetch(SeQuery query,
SdeRow currentRow) |
Constructor and Description |
---|
FetchRowCommand(SeQuery query,
SdeRow holder) |
Copyright © 1996–2019 Geotools. All rights reserved.