Click or drag to resize

FloodMapperSanitizeReachPoints Method

Check if start and end of csPoints and digiPoints matches in chainage. If matching inside LocationEqualTolerance, the cross section point chainage will set to match the digipoints. If not matching, false will be returned.

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

Parameters

csPoints
Type: System.Collections.GenericIListFloodMapCsPoint

[Missing <param name="csPoints"/> documentation for "M:DHI.Mike1D.FloodMap.FloodMapper.SanitizeReachPoints(System.Collections.Generic.IList{DHI.Mike1D.FloodMap.FloodMapCsPoint},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence)"]

digiPoints
Type: ICoordinateSequence

[Missing <param name="digiPoints"/> documentation for "M:DHI.Mike1D.FloodMap.FloodMapper.SanitizeReachPoints(System.Collections.Generic.IList{DHI.Mike1D.FloodMap.FloodMapCsPoint},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence)"]

Return Value

Type: Boolean

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

See Also