CrossLineCreatorCreateCrossLines(ILocationSpan, ListIFloodMapCrossSection, ICoordinateSequence, Boolean, Double) Method
Namespace: DHI.Mike1D.FloodMapAssembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
public List<CrossLineData> CreateCrossLines(
ILocationSpan reachSpan,
List<IFloodMapCrossSection> crossSections,
ICoordinateSequence digiPoints,
bool reverseDirection = false,
double reachMaximumDx = -1
)
- 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
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)"]