|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalog.IQueryProxy
Description: 'Provides access to members that let you modify a query.' 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 =
public class IQueryProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.catalog.IQuery |
|---|
IID, IID4ea3e4eb_9dfa_11d3_a6cb_0008c7d3ae50 |
| Constructor Summary | |
|---|---|
|
IQueryProxy()
Deprecated. For internal use only |
|
IQueryProxy(java.lang.Object obj)
Deprecated. |
protected |
IQueryProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IQueryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IQueryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addFieldQuery(int type,
int op,
java.lang.String value,
java.lang.String tag)
Deprecated. Adds a field query. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IUID |
getClassID()
Deprecated. Class ID indicating the type of query object that has been defined. |
java.lang.String |
getDatasetName()
Deprecated. Name of the dataset for which to search. |
INativeType |
getDatasetType()
Deprecated. Type of object for which to search. |
java.lang.String |
getDate1()
Deprecated. Start date, or first date. |
java.lang.String |
getDate2()
Deprecated. End date, or second date. |
int |
getDateOperator()
Deprecated. Operator for comparing dates. |
int |
getDateType()
Deprecated. Date that will be tested. |
IPropertySet |
getEngineProperties()
Deprecated. Property set containing properties of the search engine that will be used to execute the query. |
IEnvelope |
getEnvelope()
Deprecated. Search extent in decimal degrees. |
int |
getEnvelopeOperator()
Deprecated. Operator for comparing the dataset's extent to the search extent. |
void |
getFieldQuery(int index,
int[] type,
int[] op,
java.lang.String[] value,
java.lang.String[] tag)
Deprecated. Returns the nth field query. |
java.lang.String |
getNameOfQuery()
Deprecated. Name of the query. |
IEnvelope |
getNativeEnvelope()
Deprecated. Search extent in the dataset's coordinate system. |
int |
getNumFieldQueries()
Deprecated. Number of field queries. |
boolean |
isCaseSensitive()
Deprecated. Indicates if field query comparisons will be case sensitive. |
void |
load(IPropertySet pPropertySet)
Deprecated. Loads the query's parameters from the given XML property set. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
save(IPropertySet pPropertySet)
Deprecated. Saves the query's parameters to the given XML property set. |
void |
setDatasetName(java.lang.String name)
Deprecated. Name of the dataset for which to search. |
void |
setDatasetTypeByRef(INativeType ppNativeType)
Deprecated. Type of object for which to search. |
void |
setDate1(java.lang.String date)
Deprecated. Start date, or first date. |
void |
setDate2(java.lang.String date)
Deprecated. End date, or second date. |
void |
setDateOperator(int op)
Deprecated. Operator for comparing dates. |
void |
setDateType(int type)
Deprecated. Date that will be tested. |
void |
setEnvelopeByRef(IEnvelope ppEnvelope)
Deprecated. Search extent in decimal degrees. |
void |
setEnvelopeOperator(int pOp)
Deprecated. Operator for comparing the dataset's extent to the search extent. |
void |
setIsCaseSensitive(boolean isCaseSensitive)
Deprecated. Indicates if field query comparisons will be case sensitive. |
void |
setNameOfQuery(java.lang.String name)
Deprecated. Name of the query. |
void |
setNativeEnvelopeByRef(IEnvelope ppEnvelope)
Deprecated. Search extent in the dataset's coordinate system. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IQueryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IQueryProxy()
public IQueryProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IQueryProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IQueryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getNameOfQuery()
throws java.io.IOException,
AutomationException
getNameOfQuery in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNameOfQuery(java.lang.String name)
throws java.io.IOException,
AutomationException
setNameOfQuery in interface IQueryname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDatasetName()
throws java.io.IOException,
AutomationException
getDatasetName in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatasetName(java.lang.String name)
throws java.io.IOException,
AutomationException
setDatasetName in interface IQueryname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCaseSensitive()
throws java.io.IOException,
AutomationException
isCaseSensitive in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsCaseSensitive(boolean isCaseSensitive)
throws java.io.IOException,
AutomationException
setIsCaseSensitive in interface IQueryisCaseSensitive - The isCaseSensitive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INativeType getDatasetType()
throws java.io.IOException,
AutomationException
getDatasetType in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatasetTypeByRef(INativeType ppNativeType)
throws java.io.IOException,
AutomationException
setDatasetTypeByRef in interface IQueryppNativeType - A reference to a com.esri.arcgis.geodatabase.INativeType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getEnvelope()
throws java.io.IOException,
AutomationException
getEnvelope in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvelopeByRef(IEnvelope ppEnvelope)
throws java.io.IOException,
AutomationException
setEnvelopeByRef in interface IQueryppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getNativeEnvelope()
throws java.io.IOException,
AutomationException
getNativeEnvelope in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNativeEnvelopeByRef(IEnvelope ppEnvelope)
throws java.io.IOException,
AutomationException
setNativeEnvelopeByRef in interface IQueryppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEnvelopeOperator()
throws java.io.IOException,
AutomationException
getEnvelopeOperator in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvelopeOperator(int pOp)
throws java.io.IOException,
AutomationException
setEnvelopeOperator in interface IQuerypOp - A com.esri.arcgis.catalog.esriFindEnvelopeOperator constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDateType()
throws java.io.IOException,
AutomationException
getDateType in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDateType(int type)
throws java.io.IOException,
AutomationException
setDateType in interface IQuerytype - A com.esri.arcgis.catalog.esriFindDateType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDateOperator()
throws java.io.IOException,
AutomationException
getDateOperator in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDateOperator(int op)
throws java.io.IOException,
AutomationException
setDateOperator in interface IQueryop - A com.esri.arcgis.catalog.esriFindDateOperator constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDate1()
throws java.io.IOException,
AutomationException
getDate1 in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDate1(java.lang.String date)
throws java.io.IOException,
AutomationException
setDate1 in interface IQuerydate - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDate2()
throws java.io.IOException,
AutomationException
getDate2 in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDate2(java.lang.String date)
throws java.io.IOException,
AutomationException
setDate2 in interface IQuerydate - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumFieldQueries()
throws java.io.IOException,
AutomationException
getNumFieldQueries in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getFieldQuery(int index,
int[] type,
int[] op,
java.lang.String[] value,
java.lang.String[] tag)
throws java.io.IOException,
AutomationException
getFieldQuery in interface IQueryindex - The index (in)type - A com.esri.arcgis.catalog.esriFindFieldType constant (out: use single element array)op - A com.esri.arcgis.catalog.esriFindFieldOperator constant (out: use single element array)value - The value (out: use single element array)tag - The tag (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addFieldQuery(int type,
int op,
java.lang.String value,
java.lang.String tag)
throws java.io.IOException,
AutomationException
addFieldQuery in interface IQuerytype - A com.esri.arcgis.catalog.esriFindFieldType constant (in)op - A com.esri.arcgis.catalog.esriFindFieldOperator constant (in)value - The value (in)tag - The tag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws java.io.IOException,
AutomationException
getClassID in interface IQueryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IPropertySet pPropertySet)
throws java.io.IOException,
AutomationException
load in interface IQuerypPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IPropertySet pPropertySet)
throws java.io.IOException,
AutomationException
save in interface IQuerypPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getEngineProperties()
throws java.io.IOException,
AutomationException
getEngineProperties in interface IQueryjava.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 | ||||||||