com.esri.arcgis.geodatabase
Interface ITinEditErrorLog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinEditErrorLogProxy, Tin

public interface ITinEditErrorLog
extends java.io.Serializable

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

IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958

static final int IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

clearEditErrorLog

void clearEditErrorLog()
                       throws java.io.IOException,
                              AutomationException
Clears existing error log contents.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveEditErrorLog

void saveEditErrorLog(java.lang.String fileName)
                      throws java.io.IOException,
                             AutomationException
Saves error log contents to a file.

Parameters:
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditErrorCount

int getEditErrorCount()
                      throws java.io.IOException,
                             AutomationException
The number of errors.

Returns:
The pcErrors
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentObjectClassName

void setCurrentObjectClassName(java.lang.String pName)
                               throws java.io.IOException,
                                      AutomationException
Name representing a group of shapes to be added/edited.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentObjectClassName

java.lang.String getCurrentObjectClassName()
                                           throws java.io.IOException,
                                                  AutomationException
Name representing a group of shapes to be added/edited.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentObjectID

void setCurrentObjectID(int pID)
                        throws java.io.IOException,
                               AutomationException
ID of the shape to be added/edited.

Parameters:
pID - The pID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentObjectID

int getCurrentObjectID()
                       throws java.io.IOException,
                              AutomationException
ID of the shape to be added/edited.

Returns:
The pID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.