|
|||||||||
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
Display query attribute dialog in Mx.
Constructor Summary | |
---|---|
QueryAttributes()
Constructs a QueryAttributes using ArcGIS Engine. |
|
QueryAttributes(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(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCombinationMethod()
CombinationMethod on form. |
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 |
setApplicationByRef(Object rhs1)
Provides the window with a reference to the application. |
void |
setCombinationMethod(int pMethod)
CombinationMethod on form. |
void |
setExpression(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public QueryAttributes() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic QueryAttributes(Object obj) throws IOException
QueryAttributes theQueryAttributes = (QueryAttributes) obj;
obj
to QueryAttributes
.
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 void setApplicationByRef(Object rhs1) throws IOException, AutomationException
setApplicationByRef
in interface IQueryAttributes
rhs1
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void doModal(int parentHWnd) throws IOException, AutomationException
doModal
in interface IQueryAttributes
parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCombinationMethod(int pMethod) throws IOException, AutomationException
setCombinationMethod
in interface IQueryAttributes
pMethod
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCombinationMethod() throws IOException, AutomationException
The combination method defines how the selection performed will combine with an existing selection. It is the programmatic equivalent of the pulldown menus found in the selection dialogs in ArcMap.
getCombinationMethod
in interface IQueryAttributes
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws IOException, AutomationException
getLayer
in interface IQueryAttributes
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
setLayerByRef
in interface IQueryAttributes
ppLayer
- 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 setSelectFeaturesInLayerOnOK(boolean rhs1) throws IOException, AutomationException
setSelectFeaturesInLayerOnOK
in interface IQueryAttributes
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(String rhs1) throws IOException, AutomationException
setExpression
in interface IQueryAttributes
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws IOException, AutomationException
getQueryFilter
in interface IQueryAttributes
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int parentHWnd) throws IOException, AutomationException
show
in interface IModelessQueryAttributes
parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws IOException, AutomationException
refresh
in interface IModelessQueryAttributes
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onAddField(IObjectClassSchemaEventsOnAddFieldEvent theEvent) throws IOException, AutomationException
onAddField
in interface IObjectClassSchemaEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDeleteField(IObjectClassSchemaEventsOnDeleteFieldEvent theEvent) throws IOException, AutomationException
onDeleteField
in interface IObjectClassSchemaEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onBehaviorChanged(IObjectClassSchemaEventsOnBehaviorChangedEvent theEvent) throws IOException, AutomationException
onBehaviorChanged
in interface IObjectClassSchemaEvents
theEvent
- The event
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 |