|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
org.geotools.arcsde.raster.info | |
org.geotools.arcsde.session |
Uses of Command in org.geotools.arcsde.raster.info |
---|
Subclasses of Command in org.geotools.arcsde.raster.info | |
---|---|
class |
GatherCoverageMetadataCommand
Session command to gather information for an ArcSDE Raster, such as dimensions, spatial extent, number of pyramid levels, etc; into a RasterDatasetInfo |
Uses of Command in org.geotools.arcsde.session |
---|
Subclasses of Command in org.geotools.arcsde.session | |
---|---|
static class |
Commands.CloseStateCommand
|
static class |
Commands.CloseStreamCommand
A command to close an stream (ie, SeDelete , SeInsert ,
SeQuery , SeUpdate ). |
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.GetVersionCommand
Command to fetch a version. |
Fields in org.geotools.arcsde.session declared as Command | |
---|---|
static Command<Void> |
Commands.CloseConnectionCommand
|
static Command<Void> |
Commands.CommitTransactionCommand
|
static Command<SeDelete> |
Commands.CreateSeDeleteCommand
|
static Command<SeInsert> |
Commands.CreateSeInsertCommand
|
static Command<SeUpdate> |
Commands.CreateSeUpdateCommand
|
static Command<String> |
Commands.GetDatabaseNameCommand
|
static Command<SeDBMSInfo> |
Commands.getDBMSInfoCommand
|
static Command<SeVersion> |
Commands.GetDefaultVersionCommand
Command to fetch the default version |
static Command<List<SeLayer>> |
Commands.GetLayersCommand
|
static Command<List<String>> |
Commands.GetRasterColumnNamesCommand
|
static Command<SeRelease> |
Commands.GetReleaseCommand
|
static Command<String> |
Commands.GetUserCommand
|
static Command<Void> |
Commands.RollbackTransactionCommand
|
static Command<Void> |
Commands.StartTransactionCommand
|
static Command<Void> |
Commands.TEST_SERVER_COMMAND
Command to check a connection is alive |
Methods in org.geotools.arcsde.session with parameters of type Command | ||
---|---|---|
|
SessionWrapper.issue(Command<T> command)
|
|
|
ISession.issue(Command<T> command)
Executes the given command and returns its result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |