public class ISpatialFilterProxy extends IQueryFilterProxy implements ISpatialFilter, java.io.Serializable
Description: 'Provides access to members that return and modify the type of spatial relationship that the filter will use.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDfdfebd94_ed75_11d0_9a95_080009ec734bIIDfdfebd93_ed75_11d0_9a95_080009ec734b| Modifier | Constructor and Description |
|---|---|
|
ISpatialFilterProxy()
For internal use only
|
|
ISpatialFilterProxy(java.lang.Object obj) |
protected |
ISpatialFilterProxy(java.lang.Object obj,
java.lang.String iid) |
|
ISpatialFilterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ISpatialFilterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IGeometry |
getGeometry()
The query geometry used to filter results.
|
java.lang.String |
getGeometryField()
The name of the Geometry field to which the filter applies.
|
int |
getSearchOrder()
The search order used by the filter.
|
int |
getSpatialRel()
The spatial relationship checked by the filter.
|
java.lang.String |
getSpatialRelDescription()
The array elements which describe the spatial relation between the query geometry and the requested geometries.
|
boolean |
isFilterOwnsGeometry()
Indicates whether the filter owns the query geometry.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setGeometryByRef(IGeometry geometry)
The query geometry used to filter results.
|
void |
setGeometryExByRef(IGeometry geometry,
boolean rhs2)
The query geometry used to filter results.
|
void |
setGeometryField(java.lang.String geomField)
The name of the Geometry field to which the filter applies.
|
void |
setSearchOrder(int order)
The search order used by the filter.
|
void |
setSpatialRel(int spatialRel)
The spatial relationship checked by the filter.
|
void |
setSpatialRelDescription(java.lang.String spatialRelDescription)
The array elements which describe the spatial relation between the query geometry and the requested geometries.
|
addField, getOutputSpatialReference, getSubFields, getWhereClause, setOutputSpatialReferenceByRef, setSubFields, setWhereClausebindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddField, getOutputSpatialReference, getSubFields, getWhereClause, setOutputSpatialReferenceByRef, setSubFields, setWhereClausepublic static final java.lang.Class targetClass
public boolean noncastable
public ISpatialFilterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ISpatialFilterProxy()
public ISpatialFilterProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialFilterProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialFilterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IQueryFilterProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IQueryFilterProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getSearchOrder()
throws java.io.IOException,
AutomationException
getSearchOrder in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSearchOrder(int order)
throws java.io.IOException,
AutomationException
setSearchOrder in interface ISpatialFilterorder - A com.esri.arcgis.geodatabase.esriSearchOrder constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSpatialRel()
throws java.io.IOException,
AutomationException
getSpatialRel in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialRel(int spatialRel)
throws java.io.IOException,
AutomationException
setSpatialRel in interface ISpatialFilterspatialRel - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
setGeometryByRef in interface ISpatialFiltergeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryExByRef(IGeometry geometry, boolean rhs2) throws java.io.IOException, AutomationException
setGeometryExByRef in interface ISpatialFiltergeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)rhs2 - The rhs2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isFilterOwnsGeometry()
throws java.io.IOException,
AutomationException
isFilterOwnsGeometry in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGeometryField()
throws java.io.IOException,
AutomationException
getGeometryField in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryField(java.lang.String geomField)
throws java.io.IOException,
AutomationException
setGeometryField in interface ISpatialFiltergeomField - The geomField (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSpatialRelDescription()
throws java.io.IOException,
AutomationException
getSpatialRelDescription in interface ISpatialFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialRelDescription(java.lang.String spatialRelDescription)
throws java.io.IOException,
AutomationException
setSpatialRelDescription in interface ISpatialFilterspatialRelDescription - The spatialRelDescription (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.