|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimplePixelReader
Provides access to members that control a simple pixel reader.
ISimplePixelReader is used to create and access the SimplePixelReader object, which is used, by default, in ArcGIS providing resampling for geodata transformation.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IPixelReader |
---|
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap |
Method Detail |
---|
void setPixelType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandCount(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSize(IPnt rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumPyramidLevel(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFirstPyramidLevel(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRawPixelReaderByRef(IRawPixelReader rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.datasourcesraster.IRawPixelReader (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(IRaster rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
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 |