|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.controls.ARFeatureCursor
ARFeatureCursor object.
| Constructor Summary | |
ARFeatureCursor(java.lang.Object obj)
Construct a ARFeatureCursor using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IARFeatureCursor |
getAsIARFeatureCursor()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
int |
hashCode()
the hashcode for this object |
IARFeature |
nextARFeature()
Retrieves the next feature in the enumeration sequence. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ARFeatureCursor(java.lang.Object obj)
throws java.io.IOException
obj to ARFeatureCursor. *
ARFeatureCursor o = (ARFeatureCursor)obj; // will not work
ARFeatureCursor o = new ARFeatureCursor(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
ARFeatureCursor theARFeatureCursor = (ARFeatureCursor) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IARFeatureCursor getAsIARFeatureCursor()
public boolean equals(java.lang.Object o)
public int hashCode()
public IARFeature nextARFeature()
throws java.io.IOException,
AutomationException
IARFeatureCursor
nextARFeature in interface IARFeatureCursorAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||