|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.QueryBuilder
public class QueryBuilder
Controls functionality for the custom query builder for actions.
Constructor Summary | |
---|---|
QueryBuilder()
Constructs a QueryBuilder using ArcGIS Engine. |
|
QueryBuilder(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. QueryBuilder theQueryBuilder = (QueryBuilder) obj; |
Method Summary | |
---|---|
void |
doModal(int hParentWindowHandle)
Displays the Query Builder dialog box. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public QueryBuilder() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic QueryBuilder(Object obj) throws IOException
QueryBuilder theQueryBuilder = (QueryBuilder) obj;
obj
to QueryBuilder
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getWhereClause() throws IOException, AutomationException
getWhereClause
in interface IQueryBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(String pVal) throws IOException, AutomationException
setWhereClause
in interface IQueryBuilder
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionName() throws IOException, AutomationException
getDatasetDefinitionName
in interface IQueryBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionName(String pVal) throws IOException, AutomationException
setDatasetDefinitionName
in interface IQueryBuilder
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionID() throws IOException, AutomationException
getDatasetDefinitionID
in interface IQueryBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionID(String pVal) throws IOException, AutomationException
setDatasetDefinitionID
in interface IQueryBuilder
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerConnection(IServerConnection rhs1) throws IOException, AutomationException
setServerConnection
in interface IQueryBuilder
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.public void setLayer(ILayer rhs1) throws IOException, AutomationException
setLayer
in interface IQueryBuilder
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.public void doModal(int hParentWindowHandle) throws IOException, AutomationException
doModal
in interface IQueryBuilder
hParentWindowHandle
- The hParentWindowHandle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |