public interface IQueryFilter
extends java.io.Serializable
Description: 'Provides access to members that filter data based on attribute values and or relationships.' 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 |
IIDfdfebd93_ed75_11d0_9a95_080009ec734b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addField(java.lang.String subField)
Appends a single field name to the list of sub-fields.
|
ISpatialReference |
getOutputSpatialReference(java.lang.String fieldName)
The spatial reference in which to output geometry for a given field.
|
java.lang.String |
getSubFields()
The comma delimited list of field names for the filter.
|
java.lang.String |
getWhereClause()
The where clause for the filter.
|
void |
setOutputSpatialReferenceByRef(java.lang.String fieldName,
ISpatialReference outputSpatialReference)
The spatial reference in which to output geometry for a given field.
|
void |
setSubFields(java.lang.String subFields)
The comma delimited list of field names for the filter.
|
void |
setWhereClause(java.lang.String whereClause)
The where clause for the filter.
|
static final int IIDfdfebd93_ed75_11d0_9a95_080009ec734b
static final int xxDummy
static final java.lang.String IID
java.lang.String getSubFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubFields(java.lang.String subFields) throws java.io.IOException, AutomationException
subFields
- The subFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addField(java.lang.String subField) throws java.io.IOException, AutomationException
subField
- The subField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
whereClause
- The whereClause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getOutputSpatialReference(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputSpatialReferenceByRef(java.lang.String fieldName, ISpatialReference outputSpatialReference) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)outputSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.