public interface IQueryFilter2 extends IQueryFilter, java.io.Serializable
Description: 'Provides access to members that return and modify the output spatial resolution.' 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 |
IIDe5b21410_17a6_11d4_9f4b_00c04f79927c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfdfebd93_ed75_11d0_9a95_080009ec734b
Modifier and Type | Method and Description |
---|---|
double |
getSpatialResolution()
The spatial resolution in which to output geometry.
|
void |
setSpatialResolution(double resolution)
The spatial resolution in which to output geometry.
|
addField, getOutputSpatialReference, getSubFields, getWhereClause, setOutputSpatialReferenceByRef, setSubFields, setWhereClause
static final int IIDe5b21410_17a6_11d4_9f4b_00c04f79927c
static final int xxDummy
static final java.lang.String IID
double getSpatialResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialResolution(double resolution) throws java.io.IOException, AutomationException
resolution
- The resolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.