|
|||||||||
| 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.controls.IARSearchDefProxy
public class IARSearchDefProxy
Internal use class Proxy for COM Interface 'IARSearchDef'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description: 'Provides access to members that control attribute and spatial search definitions.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.controls.IARSearchDef |
|---|
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, IID, IID8ea32542_5b8b_4b1a_9fd8_eb88c0bc0d87 |
| Constructor Summary | |
|---|---|
|
IARSearchDefProxy()
For internal use only |
|
IARSearchDefProxy(java.lang.Object obj)
|
protected |
IARSearchDefProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IARSearchDefProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IARSearchDefProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getSpatialRelationship()
The spatial relationship between the search and target shapes. |
java.lang.String |
getWhereClause()
A SQL where clause for the search. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setARFeatureShape(IARFeature pARFeature,
double bufferDistance)
Set the search shape to the shape of a feature. |
void |
setEnvelopeShape(double xMin,
double yMin,
double xMax,
double yMax,
double bufferDistance)
Set the search shape to an envelope. |
void |
setPointShape(double xCoord,
double yCoord,
double bufferDistance)
Set the search shape to a point. |
void |
setSpatialRelationship(int spatialRel)
The spatial relationship between the search and target shapes. |
void |
setWhereClause(java.lang.String sWhereClause)
A SQL where clause for the search. |
| 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 IARSearchDefProxy(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 IARSearchDefProxy()
public IARSearchDefProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IARSearchDefProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IARSearchDefProxy(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 void setPointShape(double xCoord,
double yCoord,
double bufferDistance)
throws java.io.IOException,
AutomationException
setPointShape in interface IARSearchDefxCoord - The xCoord (in)yCoord - The yCoord (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvelopeShape(double xMin,
double yMin,
double xMax,
double yMax,
double bufferDistance)
throws java.io.IOException,
AutomationException
setEnvelopeShape in interface IARSearchDefxMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setARFeatureShape(IARFeature pARFeature,
double bufferDistance)
throws java.io.IOException,
AutomationException
setARFeatureShape in interface IARSearchDefpARFeature - A reference to a com.esri.arcgis.controls.IARFeature (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialRelationship(int spatialRel)
throws java.io.IOException,
AutomationException
setSpatialRelationship in interface IARSearchDefspatialRel - A com.esri.arcgis.controls.esriARSpatialRelationship constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSpatialRelationship()
throws java.io.IOException,
AutomationException
getSpatialRelationship in interface IARSearchDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhereClause(java.lang.String sWhereClause)
throws java.io.IOException,
AutomationException
setWhereClause in interface IARSearchDefsWhereClause - The sWhereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
getWhereClause in interface IARSearchDefjava.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 | ||||||||