Contours from Raster

ToolBox Implementation .NET Implementation
Interpolates contours from a raster. The contours can be created as PolylineZs with constant Z values representing the elevation.

Inputs:

Outputs:

Notes:

ToolBox implementation

Command line syntax

ETS_GPContoursFromRaster <Input Raster>  <Out Feature Class> <Base Contour> <Contour Interval> {3D Contours}

Parameters

Expression Explanation
<Input Raster> A Raster dataset or Raster layer
<Out Feature Class> A String - the full name of the output feature class.
<Base Contour> A Double representing the Z level of the contour from which to begin generation of contours.
<Contour Interval> A Double representing the contour interval
 {3D Contours}  A Boolean indicating whether the output to be Polyline or PolylineZ feature class 

Scripting syntax

ETS_GPContoursFromRaster (Input Raster, Out Feature Class , Base Contour, Contour Interval, 3D Contours)

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

.NET implementation
(Go to TOP)

InterpolateContoursRaster (inRasterDataset As IRasterDataset2, sOutFName As String, baseC As Double, contInt As Double, Optional bZ As Boolean = False) As IFeatureClass

Copyright © Ianko Tchoukanski