WMS:WMLibHydroTree
From XMS Wiki
Jump to navigationJump to search
Description
The public class HydroTree class stores hydrologic tree information and runs operations on the hydrologic tree in the WMLib. Most operations involving adding or managing data in sub-basins or outlet points require a hydrologic tree.
Functions
- public void ApplyLagTimes()
- public System.Collections.Generic.List<OutletPoint> GetAllOutletPoints()
WMLib