com.esri.arcgis.trackinganalyst
Interface ILayerQueryBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerQueryBuilderProxy

public interface ILayerQueryBuilder
extends java.io.Serializable

COM Interface 'ILayerQueryBuilder'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods for the layer query builder.' 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 IID30c6ef94_9063_11d7_b87f_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(ILayer piLayer, int hParent)
          Displays a modal query builder dialog.
 java.lang.String getWhereClause()
          SQL style WhereClause for the query.
 void setWhereClause(java.lang.String pVal)
          SQL style WhereClause for the query.
 

Field Detail

IID30c6ef94_9063_11d7_b87f_00010265adc5

static final int IID30c6ef94_9063_11d7_b87f_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getWhereClause

java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
SQL style WhereClause for the query.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhereClause

void setWhereClause(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
SQL style WhereClause for the query.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(ILayer piLayer,
             int hParent)
             throws java.io.IOException,
                    AutomationException
Displays a modal query builder dialog.

Parameters:
piLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
hParent - The hParent (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.