|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.QueryAttributes
public class QueryAttributes
COM Class 'QueryAttributes'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Display query attribute dialog in Mx.' 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 |
---|
Fields inherited from interface com.esri.arcgis.arcmapui.IQueryAttributes |
---|
IID, IID9e138101_6dcc_11d2_a07e_0000f8775bf9, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.IModelessQueryAttributes |
---|
IID, IID4393f3fd_1afc_11d4_9fee_00c04f6bc78e, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IObjectClassSchemaEvents |
---|
IID, IIDf1e8911b_6bc5_11d3_a021_00c04f6bdf0e, xxDummy |
Constructor Summary | |
---|---|
QueryAttributes()
Constructs a QueryAttributes using ArcGIS Engine. |
|
QueryAttributes(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. QueryAttributes theQueryAttributes = (QueryAttributes) obj; |
Method Summary | |
---|---|
void |
doModal(int parentHWnd)
Shows attribute query window in a modal state. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCombinationMethod()
CombinationMethod on form. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayer |
getLayer()
Layer selected by the user. |
IQueryFilter |
getQueryFilter()
Provide a QueryFilter after form has been executed. |
int |
hashCode()
the hashcode for this object |
void |
onAddField(IObjectClassSchemaEventsOnAddFieldEvent theEvent)
This event is fired when a new field is added to the object class. |
void |
onBehaviorChanged(IObjectClassSchemaEventsOnBehaviorChangedEvent theEvent)
This event is fired when the behavior class for the object class changes. |
void |
onDeleteField(IObjectClassSchemaEventsOnDeleteFieldEvent theEvent)
This event is fired when a field is deleted from the object class. |
void |
refresh()
Refreshes the attribute query window when it's in a modeless state. |
void |
release()
Release a QueryAttributes. |
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. |
void |
show(int parentHWnd)
Shows attribute query window in a modeless state. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryAttributes() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic QueryAttributes(java.lang.Object obj) throws java.io.IOException
QueryAttributes theQueryAttributes = (QueryAttributes) obj;
obj
to QueryAttributes
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setApplicationByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
setApplicationByRef
in interface IQueryAttributes
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.public void doModal(int parentHWnd) throws java.io.IOException, AutomationException
doModal
in interface IQueryAttributes
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCombinationMethod(int pMethod) throws java.io.IOException, AutomationException
setCombinationMethod
in interface IQueryAttributes
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.public int getCombinationMethod() throws java.io.IOException, AutomationException
getCombinationMethod
in interface IQueryAttributes
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws java.io.IOException, AutomationException
getLayer
in interface IQueryAttributes
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
setLayerByRef
in interface IQueryAttributes
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.public void setSelectFeaturesInLayerOnOK(boolean rhs1) throws java.io.IOException, AutomationException
setSelectFeaturesInLayerOnOK
in interface IQueryAttributes
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(java.lang.String rhs1) throws java.io.IOException, AutomationException
setExpression
in interface IQueryAttributes
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter
in interface IQueryAttributes
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int parentHWnd) throws java.io.IOException, AutomationException
show
in interface IModelessQueryAttributes
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IModelessQueryAttributes
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onAddField(IObjectClassSchemaEventsOnAddFieldEvent theEvent) throws java.io.IOException, AutomationException
onAddField
in interface IObjectClassSchemaEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDeleteField(IObjectClassSchemaEventsOnDeleteFieldEvent theEvent) throws java.io.IOException, AutomationException
onDeleteField
in interface IObjectClassSchemaEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onBehaviorChanged(IObjectClassSchemaEventsOnBehaviorChangedEvent theEvent) throws java.io.IOException, AutomationException
onBehaviorChanged
in interface IObjectClassSchemaEvents
theEvent
- The event
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 |