public interface ISimplePixelReader extends IPixelReader, java.io.Serializable
Description: 'Provides access to members that control a simple 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 |
IID6d4be802_e5d0_4dad_b022_b58366952794 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
Modifier and Type | Method and Description |
---|---|
void |
setBandCount(int rhs1)
The number of source bands.
|
void |
setCellSize(IPnt rhs1)
The source original cell size.
|
void |
setExtent(IEnvelope rhs1)
The source full extent.
|
void |
setFirstPyramidLevel(int rhs1)
The first available source pyramid level.
|
void |
setMaximumPyramidLevel(int rhs1)
The maximum available source pyramid level.
|
void |
setPixelType(int rhs1)
The source pixel type.
|
void |
setRasterByRef(IRaster rhs1)
The source raster providing pixels.
|
void |
setRawPixelReaderByRef(IRawPixelReader rhs1)
The raw pixel reader callback.
|
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap
static final int IID6d4be802_e5d0_4dad_b022_b58366952794
static final int xxDummy
static final java.lang.String IID
void setPixelType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandCount(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSize(IPnt rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.void setMaximumPyramidLevel(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstPyramidLevel(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRawPixelReaderByRef(IRawPixelReader rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.datasourcesraster.IRawPixelReader (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(IRaster rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.