|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryAttributes
COM Interface 'IQueryAttributes'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that control the Attribute query window.' 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 |
IID9e138101_6dcc_11d2_a07e_0000f8775bf9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
doModal(int parentHWnd)
Shows attribute query window in a modal state. |
int |
getCombinationMethod()
CombinationMethod on form. |
ILayer |
getLayer()
Layer selected by the user. |
IQueryFilter |
getQueryFilter()
Provide a QueryFilter after form has been executed. |
void |
setApplicationByRef(java.lang.Object rhs1)
Provides the window with a reference to the application. |
void |
setCombinationMethod(int pMethod)
CombinationMethod on form. |
void |
setExpression(java.lang.String rhs1)
Default expression. |
void |
setLayerByRef(ILayer ppLayer)
Layer selected by the user. |
void |
setSelectFeaturesInLayerOnOK(boolean rhs1)
When the user presses OK, select features. |
Field Detail |
---|
static final int IID9e138101_6dcc_11d2_a07e_0000f8775bf9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setApplicationByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doModal(int parentHWnd) throws java.io.IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCombinationMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCombinationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
ppLayer
- 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 setSelectFeaturesInLayerOnOK(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpression(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
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 |