|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterSurface
Provides access to members that manipulate and analyze a raster surface.
| Method Summary | |
|---|---|
IRaster |
getRaster()
A raster. |
IRasterBand |
getRasterBand()
The raster band of a raster surface. |
double |
getSampleDistance()
The sample distance for interpolated shapes and profiles. |
void |
putRaster(IRaster raster,
int bandIndex)
Sets a raster with a specified band index. |
void |
setRasterBand(IRasterBand rasterBand)
The raster band of a raster surface. |
void |
setSampleDistance(double pSampleDistance)
The sample distance for interpolated shapes and profiles. |
| Method Detail |
|---|
void setRasterBand(IRasterBand rasterBand)
throws IOException,
AutomationException
rasterBand - A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterBand getRasterBand()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putRaster(IRaster raster,
int bandIndex)
throws IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)bandIndex - The bandIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRaster getRaster()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSampleDistance(double pSampleDistance)
throws IOException,
AutomationException
pSampleDistance - The pSampleDistance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSampleDistance()
throws IOException,
AutomationException
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 | ||||||||