|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQueryBuilder
Provides access to properties and methods needed to manage query builder settings and functionality.
| Method Summary | |
|---|---|
void |
doModal(int hParentWindowHandle)
Displays the Query Builder dialog box. |
String |
getDatasetDefinitionID()
The value of the DatasetDefinitionID property. |
String |
getDatasetDefinitionName()
The value of the DatasetDefinitionName property. |
String |
getWhereClause()
Places SQL where clause in the query builder. |
void |
setDatasetDefinitionID(String pVal)
The value of the DatasetDefinitionID property. |
void |
setDatasetDefinitionName(String pVal)
The value of the DatasetDefinitionName property. |
void |
setLayer(ILayer rhs1)
Layer containing test geometries for query. |
void |
setServerConnection(IServerConnection rhs1)
Connection to tracking server being used in query. |
void |
setWhereClause(String pVal)
Places SQL where clause in the query builder. |
| Method Detail |
|---|
String getWhereClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDatasetDefinitionName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetDefinitionName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDatasetDefinitionID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetDefinitionID(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerConnection(IServerConnection rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayer(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.
void doModal(int hParentWindowHandle)
throws IOException,
AutomationException
hParentWindowHandle - The hParentWindowHandle (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 | ||||||||