Uses of Class
org.geotools.arcsde.session.Command

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<java.lang.Void> Commands.CloseConnectionCommand
           
static Command<java.lang.Void> Commands.CommitTransactionCommand
           
static Command<SeDelete> Commands.CreateSeDeleteCommand
           
static Command<SeInsert> Commands.CreateSeInsertCommand
           
static Command<SeUpdate> Commands.CreateSeUpdateCommand
           
static Command<java.lang.String> Commands.GetDatabaseNameCommand
           
static Command<SeDBMSInfo> Commands.getDBMSInfoCommand
           
static Command<SeVersion> Commands.GetDefaultVersionCommand
          Command to fetch the default version
static Command<java.util.List<SeLayer>> Commands.GetLayersCommand
           
static Command<java.util.List<java.lang.String>> Commands.GetRasterColumnNamesCommand
           
static Command<SeRelease> Commands.GetReleaseCommand
           
static Command<java.lang.String> Commands.GetUserCommand
           
static Command<java.lang.Void> Commands.RollbackTransactionCommand
           
static Command<java.lang.Void> Commands.StartTransactionCommand
           
static Command<java.lang.Void> Commands.TEST_SERVER_COMMAND
          Command to check a connection is alive
 

Methods in org.geotools.arcsde.session with parameters of type Command
<T> T
ISession.issue(Command<T> command)
          Executes the given command and returns its result.
<T> T
SessionWrapper.issue(Command<T> command)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.