Click or drag to resize

FloodMapExtensions Methods

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