Click or drag to resize

FloodMapExtensions Class

Extension class containing a number of helper function.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.FloodMapFloodMapExtensions

Namespace:  DHI.Mike1D.FloodMap
Assembly:  DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class FloodMapExtensions

The FloodMapExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateReachPointData
Create a list of FloodMapPointData, containing bank and center coordinates for all flood map point. A flood map point is added for all digipoints and all cross sections inside the digipoint span.
Public methodStatic memberGetClosestDownstreamGridPoint
Find the gridpoint which is closest to the given location upstream.

It is assumed that the reachCsPoints max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberGetClosestUpstreamGridPoint
Find the gridpoint which is closest to the given location upstream.

It is assumed that the reachCsPoints max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberInterpolate
Interpolate a FloodMapPointData at the specified chainage.
Top
See Also