|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRaster
COM Interface 'IRaster'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDaeec7d31_1533_11d2_8d25_0000f8780535
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDaeec7d31_1533_11d2_8d25_0000f8780535
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||