The ItemCalculators does the calculation of the individual items, while this contains common data for a flood map area.
public class FloodMapCalculator| FloodMapCalculator | Default constructor |
| 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 |
| CalculatePointValues | Calculate flood map values on points |
| 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) |
| 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 |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| RegisteredEUMItemCalculators | Register an ItemCalculator-creator for a eumItem. |
| RegisteredIdItemCalculators | Register an ItemCalculator-creator for a Id. |