
Fill(in_surface_raster, {z_limit})

FlowAccumulation(in_flow_direction_raster, {in_weight_raster}, {data_type}, {flow_direction_type})

流向工具支持三种流向建模算法:D8、多流向 (MFD) 和 D-Infinity (DINF)。
D8 流向法可对每个像元到其最陡下坡相邻点的流向进行建模。
使用 D8 流向类型的流向工具的输出是值范围介于 1 到 255 之间的整型栅格。 从中心出发的各个方向值为:
FlowDirection(in_surface_raster, {force_flow}, {out_drop_raster}, {flow_direction_type})
将倾泻点捕捉到指定距离内累积流量最大的像元。
SnapPourPoint(in_pour_point_data, in_accumulation_raster, snap_distance, {pour_point_field})
确定栅格中一组像元之上的汇流区域。

Watershed(in_flow_direction_raster, in_pour_point_data, {pour_point_field})