FloodMapper Class |
Along the river a number of FloodMapPointData is created, defining the coordinates for the river center and river banks.
Namespace: DHI.Mike1D.FloodMap
The FloodMapper type exposes the following members.
Name | Description | |
---|---|---|
FloodMapper | Initializes a new instance of the FloodMapper class |
Name | Description | |
---|---|---|
DirectionVectorType |
Specify how to calculate the direction unit vector based on the digipoints
|
Name | Description | |
---|---|---|
CreateMapReachPoints |
Create a list of points on the reach where geometry changes.
That happens at cross section points due to the cross section, and
at digipoints due to change in direction.
All cross section points will be added to the list. If a cross section point and a digi-point is inside LocationEqualTolerance, only the cross section point is added to the list. This methods assumes csPoints and digiPoints start at same chainage and end at same chainage | |
CreateReachPointData(IListFloodMapCsPoint, ICoordinateSequence, Boolean) |
Create a list of FloodMapPointData, containing bank and center coordinates
for all flood map point.
A flood map point is added for all digipoints and all cross sections inside the digipoint span.
| |
CreateReachPointData(ICoordinateSequence, IListFloodMapCsPoint, ICoordinateSequence, Boolean) |
Create a list of FloodMapPointData, containing bank and center coordinates
for all flood map point.
A flood map point is added for all digipoints and all cross sections inside the digipoint span.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SanitizeReachPoints |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
LocationEqualTolerance |
Tolerance on when locations equals in chainage value.
A sound value is in the order of the size of the map it is used for. |
Name | Description | |
---|---|---|
CreateReachPointData |
Create a list of FloodMapPointData, containing bank and center coordinates
for all flood map point.
A flood map point is added for all digipoints and all cross sections inside the digipoint span.
(Defined by FloodMapExtensions.) |