com.esri.arcgis.datasourcesraster
Interface IPixelReader2

All Superinterfaces:
IPixelReader, java.io.Serializable
All Known Implementing Classes:
IPixelReader2Proxy

public interface IPixelReader2
extends IPixelReader, java.io.Serializable

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

Description: 'Provides access to members that control a pixel reader.' 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 IIDe0f724c5_5abe_4a4d_8916_702cda40eaa8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelReader
IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
 
Method Summary
 int snap2(double dx, double dy, int hint)
          Snaps a given cellsize to a proper pyramid level.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IPixelReader
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap
 

Field Detail

IIDe0f724c5_5abe_4a4d_8916_702cda40eaa8

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

snap2

int snap2(double dx,
          double dy,
          int hint)
          throws java.io.IOException,
                 AutomationException
Snaps a given cellsize to a proper pyramid level.

Parameters:
dx - The dx (in)
dy - The dy (in)
hint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.