com.esri.arcgis.carto
Interface IFeatureFindData2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureFindData, IFeatureFindData2Proxy

public interface IFeatureFindData2
extends java.io.Serializable

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

Description: 'Provides access to data associated with each row in the MxFind dialog when finding features.' 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 IID35467434_9d21_4df8_833e_9af2e66241ba
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeature getFeature()
          The feature.
 ILayer getLayer()
          The layer.
 void setFeatureByRef(IFeature ppFeature)
          The feature.
 void setLayerByRef(ILayer ppLayer)
          The layer.
 

Field Detail

IID35467434_9d21_4df8_833e_9af2e66241ba

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

getFeature

IFeature getFeature()
                    throws java.io.IOException,
                           AutomationException
The feature.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeature
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
The layer.

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureByRef

void setFeatureByRef(IFeature ppFeature)
                     throws java.io.IOException,
                            AutomationException
The feature.

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

setLayerByRef

void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
The layer.

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