|
|||||||||
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
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 =
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 |
---|
public FeatureFindData() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FeatureFindData(java.lang.Object obj) throws java.io.IOException
FeatureFindData theFeatureFindData = (FeatureFindData) obj;
obj
to FeatureFindData
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IFeature getFeature() throws java.io.IOException, AutomationException
getFeature
in interface IFeatureFindData2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws java.io.IOException, AutomationException
getLayer
in interface IFeatureFindData2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureByRef(IFeature ppFeature) throws java.io.IOException, AutomationException
setFeatureByRef
in interface IFeatureFindData2
ppFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
setLayerByRef
in interface IFeatureFindData2
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(java.lang.String value) throws java.io.IOException, AutomationException
setValue
in interface IFindObj
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValue() throws java.io.IOException, AutomationException
getValue
in interface IFindObj
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setFieldName
in interface IFindObj
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldName() throws java.io.IOException, AutomationException
getFieldName
in interface IFindObj
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerName(java.lang.String layerName) throws java.io.IOException, AutomationException
setLayerName
in interface IFindObj
layerName
- The layerName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLayerName() throws java.io.IOException, AutomationException
getLayerName
in interface IFindObj
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFID(int fID) throws java.io.IOException, AutomationException
setFID
in interface IFindObject
fID
- The fID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFID() throws java.io.IOException, AutomationException
getFID
in interface IFindObject
java.io.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 |