FloodMapCalculator Class

a FloodMapCalculator calculates one or more outputs within a flood map area.

The ItemCalculators does the calculation of the individual items, while this contains common data for a flood map area.

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 class FloodMapCalculator
Inheritance
Object    FloodMapCalculator

Constructors

FloodMapCalculator Default constructor

Properties

DeleteValue DeleteValue / undefine value for flood map output
ItemCalculators Special item calculators
Quantities Quantities that is handled by this calculator
Rotation Rotation of grid, defined positive clockwise from map projection north to grid y-axis, in degrees

Methods

CalculatePointValues Calculate flood map values on points
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RegisterHQuantity Register a quantity to be extracted from H-points.

This will populate getters in UpGetters and UpGetters at the index returned by this method.

RegisterOutputQuantity Register a quantity to be outputted to the result file
RegisterQQuantity Register a quantity to be extracted from Q-points

This will populate getters in QGetters and UpGetters at the index returned by this method.

SetupCalculator Setup calculator, connecting outputs to networkDataProxy based on the list of quantities
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

RegisteredEUMItemCalculators Register an ItemCalculator-creator for a eumItem.
RegisteredIdItemCalculators Register an ItemCalculator-creator for a Id.

See Also