|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryBuilder
COM Interface 'IQueryBuilder'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to manage query builder settings and functionality.' 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 |
IIDf42a9dbb_9203_49f1_b9e3_379b3a3c5c6c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
doModal(int hParentWindowHandle)
Displays the Query Builder dialog box. |
java.lang.String |
getDatasetDefinitionID()
The value of the DatasetDefinitionID property. |
java.lang.String |
getDatasetDefinitionName()
The value of the DatasetDefinitionName property. |
java.lang.String |
getWhereClause()
Places SQL where clause in the query builder. |
void |
setDatasetDefinitionID(java.lang.String pVal)
The value of the DatasetDefinitionID property. |
void |
setDatasetDefinitionName(java.lang.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(java.lang.String pVal)
Places SQL where clause in the query builder. |
Field Detail |
---|
static final int IIDf42a9dbb_9203_49f1_b9e3_379b3a3c5c6c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDatasetDefinitionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetDefinitionName(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDatasetDefinitionID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetDefinitionID(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServerConnection(IServerConnection rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayer(ILayer rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doModal(int hParentWindowHandle) throws java.io.IOException, AutomationException
hParentWindowHandle
- The hParentWindowHandle (in)
java.io.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 |