com.esri.arcgis.carto
Interface IFindObject

All Superinterfaces:
IFindObj, java.io.Serializable
All Known Implementing Classes:
FeatureFindData, GlobeServerFindObject, IFindObjectProxy

public interface IFindObject
extends IFindObj, java.io.Serializable

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

Description: 'Provides access to members that are used to feature find objects.' 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 IID66c47e6a_eb84_42e6_aeb9_686108f49c1c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IFindObj
IIDfa4d443a_de20_4c9f_a576_7f466a85c961
 
Method Summary
 int getFID()
          FID.
 void setFID(int fID)
          FID.
 
Methods inherited from interface com.esri.arcgis.carto.IFindObj
getFieldName, getLayerName, getValue, setFieldName, setLayerName, setValue
 

Field Detail

IID66c47e6a_eb84_42e6_aeb9_686108f49c1c

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

setFID

void setFID(int fID)
            throws java.io.IOException,
                   AutomationException
FID.

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

getFID

int getFID()
           throws java.io.IOException,
                  AutomationException
FID.

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