ArcObjects Library Reference (SpatialAnalyst)  

IHydrologyOp Interface

Provides access to members that control the hydrological operations. Note: the IHydrologyOp interface has been superseded byIHydrologyOp2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Description
Method Basin Creates a raster delineating all drainage basins.
Method Fill Fills sinks in a surface to remove small imperfections in the data.
Method FlowAccumulation Creates a raster of accumulated flow to each cell.
Method FlowDirection Creates a raster of flow direction from each cell to it's steepest downslope neighbor.
Method FlowLength Calculates distance, or weighted distance along a flow path.
Method Sink Creates a raster identifying all sinks, or areas of internal drainage.
Method SnapPourPoint Snaps selected pour points to the cell of highest flow accumulation within a specified distance.
Method StreamLink Assigns unique values to sections of a raster linear network between intersections.
Method StreamOrder Assigns a numeric order to segments of a raster representing branches of a linear network.
Method StreamToFeature Converts a raster representing a linear network to features representing the linear network.
Method Watershed Determines the contributing area above a set of cells in a raster.

CoClasses that implement IHydrologyOp

CoClasses and Classes Description
RasterHydrologyOp A mechanism for performing hydrological operations on rasters.

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.
  • .NET Snippets

    Create HydrologyOp Basin Raster