|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainToRasterFunctionArguments
Provides access to members that control terrain to raster conversion.
| Method Summary | |
|---|---|
int |
getCacheMaxNumSurfaces()
Maximum number of different surfaces kept in this cache folder. |
double |
getCacheRasterZTolerance()
Z tolerance for rasters in the image cache folder, used for compression. |
double |
getCellWidth()
Cell width. |
Object |
getTerrain()
The input terrain or terrain name. |
int |
getTinToRasterInterpolationType()
Tin to raster interpolation type (how to rasterize the tin: Linear or NN). |
void |
setCacheMaxNumSurfaces(int pMaxNumSurfaces)
Maximum number of different surfaces kept in this cache folder. |
void |
setCacheRasterZTolerance(double pZTolerance)
Z tolerance for rasters in the image cache folder, used for compression. |
void |
setCellWidth(double pCellWidth)
Cell width. |
void |
setTerrainByRef(Object ppTerrain)
The input terrain or terrain name. |
void |
setTinToRasterInterpolationType(int pType)
Tin to raster interpolation type (how to rasterize the tin: Linear or NN). |
| Method Detail |
|---|
Object getTerrain()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTerrainByRef(Object ppTerrain)
throws IOException,
AutomationException
ppTerrain - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCellWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellWidth(double pCellWidth)
throws IOException,
AutomationException
pCellWidth - The pCellWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTinToRasterInterpolationType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTinToRasterInterpolationType(int pType)
throws IOException,
AutomationException
pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCacheMaxNumSurfaces()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
throws IOException,
AutomationException
pMaxNumSurfaces - The pMaxNumSurfaces (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCacheRasterZTolerance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCacheRasterZTolerance(double pZTolerance)
throws IOException,
AutomationException
pZTolerance - The pZTolerance (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 | ||||||||