com.esri.arcgis.datasourcesraster
Interface ITerrainBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
TerrainBuilder

public interface ITerrainBuilder
extends Serializable

Provides access to members that control terrain to raster conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ITerrainToRasterFunctionArguments getTerrainToRasterArguments()
          The parameters controlling terrain to raster properties built by this raster type.
 void setTerrainToRasterArgumentsByRef(ITerrainToRasterFunctionArguments ppTerrainToRasterFunctionArgs)
          The parameters controlling terrain to raster properties built by this raster type.
 

Method Detail

setTerrainToRasterArgumentsByRef

void setTerrainToRasterArgumentsByRef(ITerrainToRasterFunctionArguments ppTerrainToRasterFunctionArgs)
                                      throws IOException,
                                             AutomationException
The parameters controlling terrain to raster properties built by this raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppTerrainToRasterFunctionArgs - A reference to a com.esri.arcgis.datasourcesraster.ITerrainToRasterFunctionArguments (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTerrainToRasterArguments

ITerrainToRasterFunctionArguments getTerrainToRasterArguments()
                                                              throws IOException,
                                                                     AutomationException
The parameters controlling terrain to raster properties built by this raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.ITerrainToRasterFunctionArguments
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.