com.esri.arcgis.carto
Interface IImageServerIdentifyResultEdit

All Superinterfaces:
IImageServerIdentifyResult, java.io.Serializable
All Known Implementing Classes:
IImageServerIdentifyResultEditProxy, ImageServerIdentifyResult

public interface IImageServerIdentifyResultEdit
extends IImageServerIdentifyResult, java.io.Serializable

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

Description: 'Provides access to additional members that control an identify result.' 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 IIDd9d379df_e486_4f8b_8724_7916e40b769b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerIdentifyResult
IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39
 
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(java.lang.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(java.lang.String rhs1)
          The identify property value.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerIdentifyResult
getCatalogItems, getCatalogItemVisibilities, getLocation, getName, getProperties, getValue
 

Field Detail

IIDd9d379df_e486_4f8b_8724_7916e40b769b

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

setName

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

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

setValue

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

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

setLocationByRef

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

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

setPropertiesByRef

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

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

setCatalogItemsByRef

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

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

setCatalogItemVisibilitiesByRef

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

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