com.esri.arcgis.carto
Interface IImageServerEditResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerEditResultProxy, ImageServerEditResult

public interface IImageServerEditResult
extends java.io.Serializable

COM Interface 'IImageServerEditResult'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Image Server Edit Result Interface.' 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 IIDec16f361_a57f_47ee_937b_168292fecc74
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCode()
          Error Code.
 java.lang.String getDescription()
          Error Description.
 java.lang.String getItemID()
          The ID of the item for which the result is being generated.
 int getRasterID()
          The OID of the raster for which the result is being generated.
 java.lang.String getTag()
          A string identifying the operation that generated the error
 boolean isSucceeded()
          Success or faliure.
 

Field Detail

IIDec16f361_a57f_47ee_937b_168292fecc74

static final int IIDec16f361_a57f_47ee_937b_168292fecc74
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

getRasterID

int getRasterID()
                throws java.io.IOException,
                       AutomationException
The OID of the raster for which the result is being generated.

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

getItemID

java.lang.String getItemID()
                           throws java.io.IOException,
                                  AutomationException
The ID of the item for which the result is being generated. Its set when the ID is not an OID. e.g. ViewId.

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

isSucceeded

boolean isSucceeded()
                    throws java.io.IOException,
                           AutomationException
Success or faliure.

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

getCode

int getCode()
            throws java.io.IOException,
                   AutomationException
Error Code.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Error Description.

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

getTag

java.lang.String getTag()
                        throws java.io.IOException,
                               AutomationException
A string identifying the operation that generated the error

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