public interface IPixelReader2 extends IPixelReader, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe0f724c5_5abe_4a4d_8916_702cda40eaa8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
Modifier and Type | Method and Description |
---|---|
int |
snap2(double dx,
double dy,
int hint)
Snaps a given cellsize to a proper pyramid level.
|
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap
static final int IIDe0f724c5_5abe_4a4d_8916_702cda40eaa8
static final int xxDummy
static final java.lang.String IID
int snap2(double dx, double dy, int hint) throws java.io.IOException, AutomationException
dx
- The dx (in)dy
- The dy (in)hint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.