Click or drag to resize

EngineFindExtensions Class

Extension methods for searching in the engine classes
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.EngineEngineFindExtensions

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class EngineFindExtensions

The EngineFindExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetClosestDownstreamGridpoint(EngineNet, ILocation, PredicateGridPoint, Boolean)
Find the specified type of gridpoint which is closest to the given location downstream.

It is assumed that the EngineReach max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberGetClosestDownstreamGridpoint(IListEngineReach, Double, PredicateGridPoint, Boolean)
Find the specified type of gridpoint which is closest to the given location downstream.

It is assumed that the EngineReach max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberGetClosestUpstreamGridpoint(EngineNet, ILocation, PredicateGridPoint, Boolean)
Find the specified type of gridpoint which is closest to the given location upstream.

It is assumed that the EngineReach max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberGetClosestUpstreamGridpoint(IListEngineReach, Double, PredicateGridPoint, Boolean)
Find the specified type of gridpoint which is closest to the given location upstream.

It is assumed that the EngineReach max and min chainages are containing the given chainage, otherwise null is returned.

Public methodStatic memberGetComponentIndex
Get component index and scope for componentId
Public methodStatic memberGetHGridPointSpanningChainage
Find the H grid point which grid-point-span includes the chainage.
Public methodStatic memberGetNextHGridPoint
Find the next H grid point. It will search in the list of reaches for the next H grid point
Public methodStatic memberGridPointSpanChainageEnd
End-chainage of the span of the grid point in the index.
Public methodStatic memberGridPointSpanChainageStart
Start-chainage of the span of the grid point in the index.
Top
See Also