|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTransaction
COM Interface 'IRasterTransaction'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that provide undo support.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3be922f3_6934_40a5_a82e_c368cb13995b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
commit()
Sends all pending changes to persistent storage. |
void |
end()
Commits changes and stops double buffering. |
int |
getUndoLevels()
Maximum number of reversible operations. |
void |
setUndoLevels(int num_undo)
Maximum number of reversible operations. |
void |
start()
Starts double buffering edits for undo support. |
int |
undo(int n)
Reverses last N changes. |
Field Detail |
---|
static final int IID3be922f3_6934_40a5_a82e_c368cb13995b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setUndoLevels(int num_undo) throws java.io.IOException, AutomationException
num_undo
- The num_undo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void commit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void start() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void end() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int undo(int n) throws java.io.IOException, AutomationException
n
- The n (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUndoLevels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |