|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.controls.ARFeatureSet
ARFeatureSet object.
| Constructor Summary | |
ARFeatureSet(java.lang.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(java.lang.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. |
IARFeatureSet |
getAsIARFeatureSet()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.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(java.lang.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 |
| Constructor Detail |
public ARFeatureSet(java.lang.Object obj)
throws java.io.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
ARFeatureSet theARFeatureSet = (ARFeatureSet) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IARFeatureSet getAsIARFeatureSet()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getARFeatureCount()
throws java.io.IOException,
AutomationException
IARFeatureSet
getARFeatureCount in interface IARFeatureSetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IARFeature getARFeature(int index)
throws java.io.IOException,
AutomationException
IARFeatureSet
getARFeature in interface IARFeatureSetindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IARFeature next()
throws java.io.IOException,
AutomationException
IARFeatureSet
next in interface IARFeatureSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void reset()
throws java.io.IOException,
AutomationException
IARFeatureSet
reset in interface IARFeatureSetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCustomProperty()
throws java.io.IOException,
AutomationException
IARFeatureSet
getCustomProperty in interface IARFeatureSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCustomProperty(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
IARFeatureSet
setCustomProperty in interface IARFeatureSetpVal - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void centerAt()
throws java.io.IOException,
AutomationException
IARFeatureSet
centerAt in interface IARFeatureSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void flash()
throws java.io.IOException,
AutomationException
IARFeatureSet
flash in interface IARFeatureSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void flicker()
throws java.io.IOException,
AutomationException
IARFeatureSet
flicker in interface IARFeatureSetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void zoomTo()
throws java.io.IOException,
AutomationException
IARFeatureSet
zoomTo in interface IARFeatureSetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void highlight(boolean bHighlight,
int color)
throws java.io.IOException,
AutomationException
IARFeatureSet
highlight in interface IARFeatureSetbHighlight - The bHighlight (in)color - The color (A COM typedef) (in)
AutomationException - 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 | |||||||||