|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.controls.IARFeatureSetProxy
public class IARFeatureSetProxy
Provides access to members that control the ARFeatureSet.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IARFeatureSetProxy()
|
|
IARFeatureSetProxy(Object obj)
|
protected |
IARFeatureSetProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
centerAt()
Centers the map display on the center of the ARFeatureSet. |
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. |
void |
highlight(boolean bHighlight,
int color)
Highlights the features in the ARFeatureSet. |
IARFeature |
next()
Retrieves the next feature in the ARFeatureSet. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
reset()
Resets the ARFeatureSet to the beginning. |
void |
setCustomProperty(Object pVal)
A property to associate data with an object. |
void |
writeExternal(ObjectOutput out)
|
void |
zoomTo()
Zooms the map to display the ARFeatureSet. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IARFeatureSetProxy()
public IARFeatureSetProxy(Object obj)
throws IOException
IOException
protected IARFeatureSetProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||