CrossLineCreatorCreateCrossLines(ILocationSpan, ListIFloodMapCrossSection, ICoordinateSequence, Boolean, Double) Method

Create a list of CrossLineData, where CrossLineLocations specifies which cross lines to include.

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> CreateCrossLines(
	ILocationSpan reachSpan,
	List<IFloodMapCrossSection> crossSections,
	ICoordinateSequence digiPoints,
	bool reverseDirection = false,
	double reachMaximumDx = -1
)

Parameters

reachSpan  ILocationSpan
Span of reach to create cross-lines within
crossSections  ListIFloodMapCrossSection
Cross-sections in span, in chainage-order
digiPoints  ICoordinateSequence
Digi-points of reach
reverseDirection  Boolean  (Optional)
Flag indicating if flow direction is reversed
reachMaximumDx  Double  (Optional)
Maximum-Dx between grid points in reach. Set to -1 to disable (default). Only used if CrossLineLocations includes grid-points, i.e. also for digi-points

Return Value

ListCrossLineData

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.CrossLineCreator.CreateCrossLines(DHI.Mike1D.Generic.ILocationSpan,System.Collections.Generic.List{DHI.Mike1D.FloodMap.IFloodMapCrossSection},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence,System.Boolean,System.Double)"]

See Also