com.esri.arcgis.carto
Interface IImageServerIdentifyResultEdit

All Superinterfaces:
IImageServerIdentifyResult, Serializable
All Known Implementing Classes:
ImageServerIdentifyResult

public interface IImageServerIdentifyResultEdit
extends IImageServerIdentifyResult, Serializable

Provides access to additional members that control an identify result.

Product Availability

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


Method Summary
 void setCatalogItemsByRef(IRecordSet rhs1)
          A set of idetified catalog items.
 void setCatalogItemVisibilitiesByRef(IDoubleArray rhs1)
          A set of visible area for idetified catalog items.
 void setLocationByRef(IPoint rhs1)
          The identified location.
 void setName(String rhs1)
          The identify property name.
 void setPropertiesByRef(IPropertySet rhs1)
          A set of name-value pairs for the field names and values of the identified object.
 void setValue(String rhs1)
          The identify property value.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerIdentifyResult
getCatalogItems, getCatalogItemVisibilities, getLocation, getName, getProperties, getValue
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The identify property name.

Product Availability

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

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

setValue

void setValue(String rhs1)
              throws IOException,
                     AutomationException
The identify property value.

Product Availability

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

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

setLocationByRef

void setLocationByRef(IPoint rhs1)
                      throws IOException,
                             AutomationException
The identified location.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

void setPropertiesByRef(IPropertySet rhs1)
                        throws IOException,
                               AutomationException
A set of name-value pairs for the field names and values of the identified object.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCatalogItemsByRef

void setCatalogItemsByRef(IRecordSet rhs1)
                          throws IOException,
                                 AutomationException
A set of idetified catalog items.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCatalogItemVisibilitiesByRef

void setCatalogItemVisibilitiesByRef(IDoubleArray rhs1)
                                     throws IOException,
                                            AutomationException
A set of visible area for idetified catalog items.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.