com.esri.arcgis.carto
Interface IImageServerEditResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageServerEditResult

public interface IImageServerEditResult
extends Serializable

Provides access to the Image Server Edit Result Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getCode()
          Error Code.
 String getDescription()
          Error Description.
 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.
 String getTag()
          A string identifying the operation that generated the error
 boolean isSucceeded()
          Success or faliure.
 

Method Detail

getRasterID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getItemID

String getItemID()
                 throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isSucceeded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getCode

int getCode()
            throws IOException,
                   AutomationException
Error Code.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Error Description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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