SoilLayer2DReader.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Paired with Joel van de Berg, implemented suggestions of WTI-Review-59: * Applied naming convention for Resources. * Removed superfluous exception throwing/handling. * Documented exception paths. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@834 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c8c75968e9c930e47364f8c11c9603c6ce8cb68b

  1. … 16 more files in changeset.
Added exception handling for invalid coordinates in points. Made geometry schema more restrictive and better readable. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@827 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8239f079f76ed9f14544f5d210a070347c5e64fa

  1. … 4 more files in changeset.
Refactoring SoilLayer2DReader so that it uses XDocument. Added validation schema for the geometry in the database. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@821 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0ff78396cb9267b02509ee5826333f4989dbd58a

  1. … 10 more files in changeset.
Have DoubleWithToleranceComparer implement both generic and non generic versions of the IComparer interface Renamed IRowBasedReader to IRowBasedDatabaseReader because it better matches its purpose Used ArgumentNullException where it was more appropriate Tested for exception messages Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@816 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d592930a4256566150b8fdfc5fd73b06cfb2df31

  1. … 25 more files in changeset.
Refactoring of the PipingSoilProfileReader: - Moved column names to SoilProfileDatabaseColumns class - Moved logic of reading 1d profiles to SoilProfile1DReader - Moved logic of reading 2d profiles to SoilProfile2DReader Accumulated exceptions thrown by PipingSoilProfileReader to either CriticalFileReadException or PipingSoilProfileReadException Exposed PipingSoilProfileReader through a IRowBasedProfileReader to the 1d and 2d profile readers. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@703 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d9002f10dce3d135448a8718afc26ece5bd5dcd3

    • -0
    • +234
    ./SoilLayer2DReader.cs
  1. … 21 more files in changeset.