Contour To Raster

ToolBox Implementation .NET Implementation
Interpolates a raster surface from contour polylines.

Inputs:

Output:

Example:

Notes:

ToolBox implementation

Command line syntax

ETS_GPContourToRaster <Input Dataset>  <Out Raster> <Elevation Field> < Cell Size>

Parameters

Expression Explanation
<Input Dataset> A  Polyline layer or feature class
<Out Raster> A String - the full name of the output raster (A raster with the same full name should not exist). The output raster type depends on the extension of the output file(see Notes above)
<Elevation  Field> A String representing the name of the field which values are going to be used for interpolation.
<Cell Size> A Double representing the cell size of the output raster.

Scripting syntax

ETS_GPContourToRaster (Input Dataset, Out Raster, Elevation Field, Cell Size)

See the explanations above:
<> - required parameter
{} - optional parameter

.NET implementation
(Go to TOP)

ContoursToRaster (inFeatureClass As IFeatureClass, sOutRaster As String, sElevationField As String, dCellSize As Double) As IRasterDataset2

Copyright © Ianko Tchoukanski