Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated StructureCalculator calls: WTI-1923

- Only corrected on the HydraRing side (calculator factory)

Updated OvertoppingCalculator calls. WTI-1923

Remove setting active document view. WTI-1912

Updated DikeHeightCalculator calls: WTI-1923

- Updated XMLDoc in the interface declaration of the factory.

Improvements after review. WTI-1887

Updated OverToppingRateCalculator calls. WTI-1923

Updated DuneBoundaryCalculator calls: WTI-1923

- Fixed failing tests after changing the calculator calls

-- Updated XMLDoc

Applied temporary fix in the HydraRingCalculationFactory. WTI-1923

- Wrapped the directory arguments when creating the calculators to resolve the compilation errors.

Note: this fix will be gradually removed when the individual calculators are refactored on the calling side.

Updated DuneBoundaryCalculator calls. WTI-1923

Added update handler to importer. WTI-1486

Updated constructor parameter order. WTI-1486

Introduced an update handler for the hydraulic boundary database. WTI-1486

Removed constructor arguments from derived classes: WTI-1923

- Removed directory constructor from the base class. Calculation directories should be passed through the HydraRingCalculationSettings object.

-- Adjusted derived classes

Introduced test factory to create instances of HydraRingCalculationSettings. WTI-1923

- Replaced local definitions

Added documentation. WTI-1486

Derived importer from FileImporterBase. WTI-1486

Changed wiring in the HydraRingInitializationService: WTI-1923

- Removed directory constructor parameters, as they are grouped into a ConfigurationSettings object.

-- Adjusted the calculator base and cleaned up its tests which still use the directories as argument

Removed unused reference. WTI-1923

Introduced new hydraulic boundary database importer. WTI-1486

Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

Added constructor in the HydraRing CalculatorBase: WTI-1923

- Started replacing the constructor with the calculation settings overload.

Simplified CalculationSettings object: WTI-1923

- Removed unused property

-- Renamed property

- Removed filepath checks

-- Checks are already performed on the calling side, so there's no need to check again.

Added constructor in the HydraRing CalculatorBase: WTI-1923

- Added constructor which accepts the a hydraring calculation configuration object.

Added HydraRing configuration class: WTI-1923

- Introduced to hold all general configuration information in order to perform a hydraring calculation.

Incorporated comments review 3401: WTI-1906

- Cleaned up src and test code

- Added background color for the warning panel as desired

Merge branch 'feature/1887'

Incorporated comments review 3395: WTI-1887

- Updated test names to a more descriptive one

-- Corrected typos

Updated reference line color. WTI-1892

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter test of the FeatureBasedMapData.

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter tests of the derived map data classes