public interface IRaster
extends java.io.Serializable
Description: 'Provides access to members that control an in-memory raster.' 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 |
IIDaeec7d31_1533_11d2_8d25_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterCursor |
createCursor()
Allocates a Raster Cursor for fast raster scanning.
|
IPixelBlock |
createPixelBlock(IPnt size)
Allocates a PixelBlock of requested size.
|
int |
getResampleMethod()
Interpolation method used when reading pixels.
|
void |
read(IPnt tlc,
IPixelBlock block)
Read a block of pixels starting from the top left corner.
|
void |
setResampleMethod(int val)
Interpolation method used when reading pixels.
|
static final int IIDaeec7d31_1533_11d2_8d25_0000f8780535
static final int xxDummy
static final java.lang.String IID
void read(IPnt tlc, IPixelBlock block) throws java.io.IOException, AutomationException
tlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)block
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelBlock createPixelBlock(IPnt size) throws java.io.IOException, AutomationException
size
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterCursor createCursor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getResampleMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResampleMethod(int val) throws java.io.IOException, AutomationException
val
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.