Click or drag to resize

FloodMapperCreateReachPointData Method (ICoordinateSequence, IListFloodMapCsPoint, ICoordinateSequence, Boolean)

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.

Namespace:  DHI.Mike1D.FloodMap
Assembly:  DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public List<FloodMapPointData> CreateReachPointData(
	ICoordinateSequence floodMapReachPoints,
	IList<FloodMapCsPoint> csPoints,
	ICoordinateSequence digiPoints,
	bool reverseDirection
)

Parameters

floodMapReachPoints
Type: ICoordinateSequence
Coordinates along the reach where geometry changes, i.e. cross section points and digipoints. Calculated by CreateMapReachPoints(IListFloodMapCsPoint, ICoordinateSequence)
csPoints
Type: System.Collections.GenericIListFloodMapCsPoint
Cross section points in reach
digiPoints
Type: ICoordinateSequence
Digi points of reach
reverseDirection
Type: SystemBoolean
Flag indicating if reach is defined in reverse direction. It will flip the left and right hand side of the river

Return Value

Type: ListFloodMapPointData

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapper.CreateReachPointData(DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence,System.Collections.Generic.IList{DHI.Mike1D.FloodMap.FloodMapCsPoint},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence,System.Boolean)"]

See Also