Package | Description |
---|---|
org.geotools.arcsde.raster.info | |
org.geotools.arcsde.session |
Modifier and Type | Class and Description |
---|---|
class |
GatherCoverageMetadataCommand
Session command to gather information for an ArcSDE Raster, such as dimensions, spatial extent,
number of pyramid levels, etc; into a
RasterDatasetInfo |
Modifier and Type | Class and Description |
---|---|
static class |
Commands.CloseConnection |
static class |
Commands.CloseStateCommand |
static class |
Commands.CloseStreamCommand
A command to close an
stream (ie, SeDelete , SeInsert ,
SeQuery , SeUpdate ). |
static class |
Commands.CommitTransaction |
static class |
Commands.CreateAndExecuteQueryCommand
Command to create, prepare, and execute a query.
|
static class |
Commands.CreateSeRegistrationCommand |
static class |
Commands.CreateSeStateCommand |
static class |
Commands.CreateSeTableCommand |
static class |
Commands.CreateVersionStateCommand
Creates either a direct child state of parentStateId, or a sibling being an exact copy of
parentStatId if either the state can't be closed because its in use or parentStateId does not
belong to the current user.
|
static class |
Commands.DescribeTableCommand |
static class |
Commands.FetchRowCommand |
static class |
Commands.GetLayerCommand |
static class |
Commands.GetTableCommand |
static class |
Commands.GetVersionCommand
Command to fetch a version.
|
static class |
Commands.PrepareQueryCommand |
Modifier and Type | Field and Description |
---|---|
static Command<Void> |
Commands.CLOSE_CONNECTION |
static Command<Void> |
Commands.COMMIT_TRANSACTION |
static Command<SeDelete> |
Commands.CREATE_SEDELETE |
static Command<SeInsert> |
Commands.CREATE_SEINSERT |
static Command<SeUpdate> |
Commands.CREATE_SEUPDATE |
static Command<String> |
Commands.GET_DATABASENAME |
static Command<SeDBMSInfo> |
Commands.GET_DBMS_INFO |
static Command<SeVersion> |
Commands.GET_DEFAULT_VERSION
Command to fetch the default version
|
static Command<List<SeLayer>> |
Commands.GET_LAYERS |
static Command<List<String>> |
Commands.GET_RASTER_COLUMN_NAMES |
static Command<SeRelease> |
Commands.GET_RELEASE |
static Command<String> |
Commands.GET_USER |
static Command<Void> |
Commands.ROLLBACK_TRANSACTION |
static Command<Void> |
Commands.START_TRANSACTION |
static Command<Void> |
Commands.TEST_SERVER
Command to check a connection is alive
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ISession.issue(Command<T> command)
Executes the given command and returns its result.
|
<T> T |
SessionWrapper.issue(Command<T> command) |
Copyright © 1996–2019 Geotools. All rights reserved.