com.esri.arcgis.carto
Interface IImageQueryFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IImageQueryFilter2
All Known Implementing Classes:
IImageQueryFilter2Proxy, IImageQueryFilterProxy, ImageQueryFilter

public interface IImageQueryFilter
extends java.io.Serializable

COM Interface 'IImageQueryFilter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control an image query filter.' 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 IID316c6fb0_b53d_44e8_9b22_ffbeafc5a884
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getPixelSize()
          The query pixel size in a given spatial reference.
 void setPixelSizeByRef(IPoint ppPixelSize)
          The query pixel size in a given spatial reference.
 

Field Detail

IID316c6fb0_b53d_44e8_9b22_ffbeafc5a884

static final int IID316c6fb0_b53d_44e8_9b22_ffbeafc5a884
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

getPixelSize

IPoint getPixelSize()
                    throws java.io.IOException,
                           AutomationException
The query pixel size in a given spatial reference.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelSizeByRef

void setPixelSizeByRef(IPoint ppPixelSize)
                       throws java.io.IOException,
                              AutomationException
The query pixel size in a given spatial reference.

Parameters:
ppPixelSize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.