CrossLineCreatorFindCrossLineLocationsDigiPoints Method

Create a list of cross lines with their chainage location, including locations of cross sections, grid points and digipoints. This is all locations where geometry changes. That happens at cross section points due to the cross section, and at digipoints due to change in river direction.

All cross section points will be added to the list. If a cross section point and a digi-point is inside DigiPointMinDistance, only the cross section point is added to the list.

This methods assumes csgpLocations and digiPoints start at same chainage and end at same chainage

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public List<CrossLineData> FindCrossLineLocationsDigiPoints(
	List<CrossLineData> csgpLocations,
	ICoordinateSequence digiPoints
)

Parameters

csgpLocations  ListCrossLineData
Location of Cross sections and/or grid points in reach
digiPoints  ICoordinateSequence
Digi points of reach

Return Value

ListCrossLineData
List of cross lines, containing only chainage and cross line type

See Also