public interface ISpatialFilter extends IQueryFilter, 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfdfebd94_ed75_11d0_9a95_080009ec734b |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfdfebd93_ed75_11d0_9a95_080009ec734b
Modifier and Type | Method and Description |
---|---|
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 |
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, setWhereClause
static final int IIDfdfebd94_ed75_11d0_9a95_080009ec734b
static final int xxDummy
static final java.lang.String IID
int getSearchOrder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSearchOrder(int order) throws java.io.IOException, AutomationException
order
- A com.esri.arcgis.geodatabase.esriSearchOrder constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSpatialRel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialRel(int spatialRel) throws java.io.IOException, AutomationException
spatialRel
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
geometry
- 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.void setGeometryExByRef(IGeometry geometry, boolean rhs2) throws java.io.IOException, AutomationException
geometry
- 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.boolean isFilterOwnsGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeometryField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryField(java.lang.String geomField) throws java.io.IOException, AutomationException
geomField
- The geomField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSpatialRelDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialRelDescription(java.lang.String spatialRelDescription) throws java.io.IOException, AutomationException
spatialRelDescription
- The spatialRelDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.