|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteFindObj
Provides access to remote objects found.
Method Summary | |
---|---|
void |
flash(IScreenDisplay pDisplay)
Flash the found object. |
void |
identify(IScreenDisplay pDisplay,
Object vIdentifyDialog)
Identify the found object. |
boolean |
isSelectable()
Indicates if layer is selectable. |
void |
select(IScreenDisplay pDisplay)
Select found features. |
void |
setBookmark(IScreenDisplay pDisplay)
Create bookmark at the found object. |
void |
unselect(IScreenDisplay pDisplay)
Unselect found features. |
void |
zoomTo(IScreenDisplay pDisplay)
Zoom to the found object. |
Method Detail |
---|
void flash(IScreenDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void zoomTo(IScreenDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void identify(IScreenDisplay pDisplay, Object vIdentifyDialog) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)vIdentifyDialog
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBookmark(IScreenDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void select(IScreenDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unselect(IScreenDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (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 |