|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinEditErrorLog
COM Interface 'ITinEditErrorLog'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to TIN's internal edit errors.' 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 |
IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
clearEditErrorLog()
Clears existing error log contents. |
java.lang.String |
getCurrentObjectClassName()
Name representing a group of shapes to be added/edited. |
int |
getCurrentObjectID()
ID of the shape to be added/edited. |
int |
getEditErrorCount()
The number of errors. |
void |
saveEditErrorLog(java.lang.String fileName)
Saves error log contents to a file. |
void |
setCurrentObjectClassName(java.lang.String pName)
Name representing a group of shapes to be added/edited. |
void |
setCurrentObjectID(int pID)
ID of the shape to be added/edited. |
Field Detail |
---|
static final int IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void clearEditErrorLog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveEditErrorLog(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEditErrorCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentObjectClassName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCurrentObjectClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentObjectID(int pID) throws java.io.IOException, AutomationException
pID
- The pID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentObjectID() 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 |