ESRI.ArcGIS.SpatialAnalystTools
SnapPourPoint Constructor(Object,Object,Object,Double)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > SnapPourPoint Class > SnapPourPoint Constructor : SnapPourPoint Constructor(Object,Object,Object,Double)




in_pour_point_data
The input pour point locations that are to be snapped. (In, Required)
in_accumulation_raster
The input flow accumulation raster. (In, Required)
out_raster
The output pour point integer raster where the original pour point locations have been snapped to locations of higher accumulated flow. (Out, Required)
snap_distance
Maximum distance, in map units, to search for a cell of higher accumulated flow. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_pour_point_data As Object, _
   ByVal in_accumulation_raster As Object, _
   ByVal out_raster As Object, _
   ByVal snap_distance As Double _
)
Visual Basic (Usage)Copy Code
Dim in_pour_point_data As Object
Dim in_accumulation_raster As Object
Dim out_raster As Object
Dim snap_distance As Double
 
Dim instance As SnapPourPoint(in_pour_point_data, in_accumulation_raster, out_raster, snap_distance)
C# 
public SnapPourPoint( 
   object in_pour_point_data,
   object in_accumulation_raster,
   object out_raster,
   double snap_distance
)

Parameters

in_pour_point_data
The input pour point locations that are to be snapped. (In, Required)
in_accumulation_raster
The input flow accumulation raster. (In, Required)
out_raster
The output pour point integer raster where the original pour point locations have been snapped to locations of higher accumulated flow. (Out, Required)
snap_distance
Maximum distance, in map units, to search for a cell of higher accumulated flow. (In, Required)

See Also

© 2010 All Rights Reserved.