|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.controls.ARFeatureSet
public class ARFeatureSet
ARFeatureSet object.
| Constructor Summary | |
|---|---|
ARFeatureSet(Object obj)
Construct a ARFeatureSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
centerAt()
Centers the map display on the center of the ARFeatureSet. |
boolean |
equals(Object o)
Compare this object with another |
void |
flash()
Flashes the features in the ARFeatureSet. |
void |
flicker()
Flickers the features in the ARFeatureSet. |
IARFeature |
getARFeature(int index)
The feature at the specified index. |
int |
getARFeatureCount()
The number of features in the ARFeatureSet. |
Object |
getCustomProperty()
A property to associate data with an object. |
int |
hashCode()
the hashcode for this object |
void |
highlight(boolean bHighlight,
int color)
Highlights the features in the ARFeatureSet. |
IARFeature |
next()
Retrieves the next feature in the ARFeatureSet. |
void |
reset()
Resets the ARFeatureSet to the beginning. |
void |
setCustomProperty(Object pVal)
A property to associate data with an object. |
void |
zoomTo()
Zooms the map to display the ARFeatureSet. |
| 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 ARFeatureSet(Object obj)
throws IOException
obj to ARFeatureSet. *
ARFeatureSet o = (ARFeatureSet)obj; // will not work
ARFeatureSet o = new ARFeatureSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ARFeatureSet theARFeatureSet = (ARFeatureSet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getARFeatureCount()
throws IOException,
AutomationException
getARFeatureCount in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IARFeature getARFeature(int index)
throws IOException,
AutomationException
getARFeature in interface IARFeatureSetindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IARFeature next()
throws IOException,
AutomationException
next in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getCustomProperty()
throws IOException,
AutomationException
getCustomProperty in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomProperty(Object pVal)
throws IOException,
AutomationException
setCustomProperty in interface IARFeatureSetpVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void centerAt()
throws IOException,
AutomationException
centerAt in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flash()
throws IOException,
AutomationException
flash in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flicker()
throws IOException,
AutomationException
flicker in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void zoomTo()
throws IOException,
AutomationException
zoomTo in interface IARFeatureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void highlight(boolean bHighlight,
int color)
throws IOException,
AutomationException
highlight in interface IARFeatureSetbHighlight - The bHighlight (in)color - The color (A COM typedef) (in)
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 | ||||||||