|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.FeatureFindData
public class FeatureFindData
Stores feature info for finding.
Constructor Summary | |
---|---|
FeatureFindData()
Constructs a FeatureFindData using ArcGIS Engine. |
|
FeatureFindData(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FeatureFindData theFeatureFindData = (FeatureFindData) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IFeature |
getFeature()
The feature. |
int |
getFID()
FID. |
String |
getFieldName()
The field name. |
ILayer |
getLayer()
The layer. |
String |
getLayerName()
The layer name. |
String |
getValue()
String value. |
int |
hashCode()
the hashcode for this object |
void |
setFeatureByRef(IFeature ppFeature)
The feature. |
void |
setFID(int fID)
FID. |
void |
setFieldName(String fieldName)
The field name. |
void |
setLayerByRef(ILayer ppLayer)
The layer. |
void |
setLayerName(String layerName)
The layer name. |
void |
setValue(String value)
String value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public FeatureFindData() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FeatureFindData(Object obj) throws IOException
FeatureFindData theFeatureFindData = (FeatureFindData) obj;
obj
to FeatureFindData
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IFeature getFeature() throws IOException, AutomationException
getFeature
in interface IFeatureFindData2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws IOException, AutomationException
getLayer
in interface IFeatureFindData2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureByRef(IFeature ppFeature) throws IOException, AutomationException
setFeatureByRef
in interface IFeatureFindData2
ppFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
setLayerByRef
in interface IFeatureFindData2
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(String value) throws IOException, AutomationException
setValue
in interface IFindObj
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getValue() throws IOException, AutomationException
getValue
in interface IFindObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(String fieldName) throws IOException, AutomationException
setFieldName
in interface IFindObj
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFieldName() throws IOException, AutomationException
getFieldName
in interface IFindObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerName(String layerName) throws IOException, AutomationException
setLayerName
in interface IFindObj
layerName
- The layerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLayerName() throws IOException, AutomationException
getLayerName
in interface IFindObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFID(int fID) throws IOException, AutomationException
setFID
in interface IFindObject
fID
- The fID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFID() throws IOException, AutomationException
getFID
in interface IFindObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |