com.esri.arcgis.geodatabase
Interface IQueryFilter2

All Superinterfaces:
IQueryFilter, java.io.Serializable
All Known Implementing Classes:
ImageQueryFilter, IQueryFilter2Proxy, QueryFilter, SpatialFilter, TemporalQueryFilter, TimeQueryFilter

public interface IQueryFilter2
extends IQueryFilter, java.io.Serializable

COM Interface 'IQueryFilter2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe5b21410_17a6_11d4_9f4b_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IQueryFilter
IIDfdfebd93_ed75_11d0_9a95_080009ec734b
 
Method Summary
 double getSpatialResolution()
          The spatial resolution in which to output geometry.
 void setSpatialResolution(double resolution)
          The spatial resolution in which to output geometry.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IQueryFilter
addField, getOutputSpatialReference, getSubFields, getWhereClause, setOutputSpatialReferenceByRef, setSubFields, setWhereClause
 

Field Detail

IIDe5b21410_17a6_11d4_9f4b_00c04f79927c

static final int IIDe5b21410_17a6_11d4_9f4b_00c04f79927c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSpatialResolution

double getSpatialResolution()
                            throws java.io.IOException,
                                   AutomationException
The spatial resolution in which to output geometry.

Returns:
The resolution
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialResolution

void setSpatialResolution(double resolution)
                          throws java.io.IOException,
                                 AutomationException
The spatial resolution in which to output geometry.

Parameters:
resolution - The resolution (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.