com.esri.arcgis.carto
Interface IRemoteFindObj

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerFindObject, IRemoteFindObjProxy

public interface IRemoteFindObj
extends java.io.Serializable

COM Interface 'IRemoteFindObj'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to remote objects found.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID50052f3b_0b42_47f1_87f7_b661a186105c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void flash(IScreenDisplay pDisplay)
          Flash the found object.
 void identify(IScreenDisplay pDisplay, java.lang.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.
 

Field Detail

IID50052f3b_0b42_47f1_87f7_b661a186105c

static final int IID50052f3b_0b42_47f1_87f7_b661a186105c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

flash

void flash(IScreenDisplay pDisplay)
           throws java.io.IOException,
                  AutomationException
Flash the found object.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoomTo

void zoomTo(IScreenDisplay pDisplay)
            throws java.io.IOException,
                   AutomationException
Zoom to the found object.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

identify

void identify(IScreenDisplay pDisplay,
              java.lang.Object vIdentifyDialog)
              throws java.io.IOException,
                     AutomationException
Identify the found object.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
vIdentifyDialog - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBookmark

void setBookmark(IScreenDisplay pDisplay)
                 throws java.io.IOException,
                        AutomationException
Create bookmark at the found object.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectable

boolean isSelectable()
                     throws java.io.IOException,
                            AutomationException
Indicates if layer is selectable.

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

select

void select(IScreenDisplay pDisplay)
            throws java.io.IOException,
                   AutomationException
Select found features.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unselect

void unselect(IScreenDisplay pDisplay)
              throws java.io.IOException,
                     AutomationException
Unselect found features.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.