|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryWizard
Provides access to members of the query wizard.
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). |
String |
getWhereClause()
The generated WHERE clause (valid after calling DoModal). |
void |
setInitialLayerByRef(ILayer rhs1)
The initial layer (optional). |
void |
setMapByRef(IMap rhs1)
The map. |
Method Detail |
---|
void setMapByRef(IMap rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitialLayerByRef(ILayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWhereClause() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCombinationMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int parentHWnd) throws IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (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 |