| Constructor and Description |
|---|
GetLayerCommand(SeTable table) |
| Modifier and Type | Method and Description |
|---|---|
SeLayer |
execute(ISession session,
SeConnection connection)
Executed to operate on an SeConnection, a Command is scheduled for execution on a Session.
|
public SeLayer execute(ISession session, SeConnection connection) throws SeException, IOException
CommandPlease keep in mind that a Command should be short in duration; you are sharing this SeConnection with other threads.
execute in class Command<SeLayer>session - the Session the command is being executed insideconnection - the session's connection, used to interact with ArcSDEnull if the table
has no shape columnSeExceptionIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.