com.esri.arcgis.cartoUI
Class QueryWizard

java.lang.Object
  extended by com.esri.arcgis.cartoUI.QueryWizard
All Implemented Interfaces:
IQueryWizard, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class QueryWizard
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IQueryWizard

COM Class 'QueryWizard'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description '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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.cartoUI.IQueryWizard
IID, IID3686d1fb_fe89_11d3_9fe6_00c04f6bc78e, xxDummy
 
Constructor Summary
QueryWizard()
          Constructs a QueryWizard using ArcGIS Engine.
QueryWizard(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
QueryWizard theQueryWizard = (QueryWizard) obj;
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the query wizard.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getCombinationMethod()
          The selected combination method (valid after calling DoModal).
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ILayer getLayer()
          The layer selected (valid after calling DoModal).
 java.lang.String getWhereClause()
          The generated WHERE clause (valid after calling DoModal).
 int hashCode()
          the hashcode for this object
 void release()
          Release a QueryWizard.
 void setInitialLayerByRef(ILayer rhs1)
          The initial layer (optional).
 void setMapByRef(IMap rhs1)
          The map.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryWizard

public QueryWizard()
            throws java.io.IOException,
                   java.net.UnknownHostException
Constructs a QueryWizard using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

QueryWizard

public QueryWizard(java.lang.Object obj)
            throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
QueryWizard theQueryWizard = (QueryWizard) obj;

Construct a QueryWizard using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to QueryWizard.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a QueryWizard.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setMapByRef

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

Specified by:
setMapByRef in interface IQueryWizard
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

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

Specified by:
setInitialLayerByRef in interface IQueryWizard
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

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

Specified by:
getLayer in interface IQueryWizard
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

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

Specified by:
getWhereClause in interface IQueryWizard
Returns:
The whereClause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCombinationMethod

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

Specified by:
getCombinationMethod in interface IQueryWizard
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

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

Specified by:
doModal in interface IQueryWizard
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.