com.esri.arcgis.cartoUI
Interface IQueryWizard

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryWizardProxy, QueryWizard

public interface IQueryWizard
extends java.io.Serializable

COM Interface 'IQueryWizard'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members of the query wizard.' 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 IID3686d1fb_fe89_11d3_9fe6_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the query wizard.
 int getCombinationMethod()
          The selected combination method (valid after calling DoModal).
 ILayer getLayer()
          The layer selected (valid after calling DoModal).
 java.lang.String getWhereClause()
          The generated WHERE clause (valid after calling DoModal).
 void setInitialLayerByRef(ILayer rhs1)
          The initial layer (optional).
 void setMapByRef(IMap rhs1)
          The map.
 

Field Detail

IID3686d1fb_fe89_11d3_9fe6_00c04f6bc78e

static final int IID3686d1fb_fe89_11d3_9fe6_00c04f6bc78e
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

setMapByRef

void setMapByRef(IMap rhs1)
                 throws java.io.IOException,
                        AutomationException
The map.

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

setInitialLayerByRef

void setInitialLayerByRef(ILayer rhs1)
                          throws java.io.IOException,
                                 AutomationException
The initial layer (optional).

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

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
The layer selected (valid after calling DoModal).

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
The generated WHERE clause (valid after calling DoModal).

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

getCombinationMethod

int getCombinationMethod()
                         throws java.io.IOException,
                                AutomationException
The selected combination method (valid after calling DoModal).

Returns:
A com.esri.arcgis.carto.esriSelectionResultEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the query wizard.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.