com.esri.arcgis.carto
Class FeatureFindData

java.lang.Object
  extended by com.esri.arcgis.carto.FeatureFindData
All Implemented Interfaces:
IFeatureFindData2, IFindObj, IFindObject, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class FeatureFindData
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFeatureFindData2, IFindObj, IFindObject

COM Class 'FeatureFindData'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description 'Stores feature info for finding.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IFeatureFindData2
IID, IID35467434_9d21_4df8_833e_9af2e66241ba, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IFindObject
IID, IID66c47e6a_eb84_42e6_aeb9_686108f49c1c, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IFindObj
IIDfa4d443a_de20_4c9f_a576_7f466a85c961
 
Constructor Summary
FeatureFindData()
          Constructs a FeatureFindData using ArcGIS Engine.
FeatureFindData(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureFindData theFeatureFindData = (FeatureFindData) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IFeature getFeature()
          The feature.
 int getFID()
          FID.
 java.lang.String getFieldName()
          The field name.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ILayer getLayer()
          The layer.
 java.lang.String getLayerName()
          The layer name.
 java.lang.String getValue()
          String value.
 int hashCode()
          the hashcode for this object
 void release()
          Release a FeatureFindData.
 void setFeatureByRef(IFeature ppFeature)
          The feature.
 void setFID(int fID)
          FID.
 void setFieldName(java.lang.String fieldName)
          The field name.
 void setLayerByRef(ILayer ppLayer)
          The layer.
 void setLayerName(java.lang.String layerName)
          The layer name.
 void setValue(java.lang.String value)
          String value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureFindData

public FeatureFindData()
                throws java.io.IOException,
                       java.net.UnknownHostException
Constructs a FeatureFindData using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

FeatureFindData

public FeatureFindData(java.lang.Object obj)
                throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureFindData theFeatureFindData = (FeatureFindData) obj;

Construct a FeatureFindData using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to FeatureFindData.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a FeatureFindData.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getFeature

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

Specified by:
getFeature in interface IFeatureFindData2
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

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

Specified by:
getLayer in interface IFeatureFindData2
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

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

Specified by:
setFeatureByRef in interface IFeatureFindData2
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

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

Specified by:
setLayerByRef in interface IFeatureFindData2
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.

setValue

public void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
String value.

Specified by:
setValue in interface IFindObj
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
String value.

Specified by:
getValue in interface IFindObj
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

public void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
The field name.

Specified by:
setFieldName in interface IFindObj
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

public java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name.

Specified by:
getFieldName in interface IFindObj
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerName

public void setLayerName(java.lang.String layerName)
                  throws java.io.IOException,
                         AutomationException
The layer name.

Specified by:
setLayerName in interface IFindObj
Parameters:
layerName - The layerName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerName

public java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
The layer name.

Specified by:
getLayerName in interface IFindObj
Returns:
The layerName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFID

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

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

getFID

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

Specified by:
getFID in interface IFindObject
Returns:
The fID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.