SoilLayer2DReader.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Implemented suggestions from WTI-Review-324 ** Improved consistency of code/comments ** Removed unused references. ** Fixed typo in Licentie.rtf ** Cleanup Related to Issue [WTI-317]

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

Former-commit-id: 47998ef0d7021437628c242c5d4ea83410a6cc45

Former-commit-id: 2d3aa08662a9fcb44b389dfed8b04ed1e91ebbcf

  1. … 55 more files in changeset.
* Moved Point2D and Point3D from Ringtoets.Piping.Data to Core.Common.Base/Geometry * Defined ReferenceLine class Related to Issue [WTI-317]

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

Former-commit-id: e81f2ef1cfd13b7605809525f70bb0b1e39a9004

Former-commit-id: e1966a57b9fca5524b309c2326b0c5ddfaf1aaf9

  1. … 39 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
* Removed unused reflection methods from Core.Common.Utils. * Covered and documented Core.Common.Utils/Reflection. * Added reused of reflection or assembly based methods. Related to Issue [WTI-187]

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

Former-commit-id: f9791f3260e1c9559eb431001c20ab39ec197f4d

  1. … 17 more files in changeset.
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.