Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added GetZAtL routine for RingtoetsPipingSurfaceLine. Moved Math2D from Piping.IO to Piping.Data to prevent cyclic dependency. Related to Issue [WTI-29]

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

Former-commit-id: 83fdd9831a6aac3bbd5a95fe8449df475a9ad94c

  1. … 19 more files in changeset.
Extracting segment intersection with line at x Related to Issue [WTI-29]

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

Former-commit-id: 801be48e6795d2a8dbe6ca5950e6cacf18b7a562

  1. … 3 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

  1. … 21 more files in changeset.
Improved documentation. Renamed PointCollectionHelper.cs to Segment2DLoopCollectionHelper, because it better matches the behavior after the refactoring. Related to Issue [WTI-27]

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

Former-commit-id: b962165851926e6847edadc148c58c009329e5de

  1. … 10 more files in changeset.
Implemented Segment2D which represents a line between two points (without direction). Simplified algorithm to find a 1D profile in a 2D profile at some X. Removed obsolete Math2D methods. Added exceptions when geometries in a SoilLayer2D do not define a loop. Added constructor for Point2D with two parameters (x and y). Making use of 2D concepts within profiles. Updated PointCollectionHelper to create loops with Segments2D out of the points. Renamed PipingSoilLayerReaderTest to PipingSoilLayer2DReaderTest Related to Issue [WTI-27]

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

Former-commit-id: dd2c888c20e5c1eaff6b99ca6b3674286c19098f

  1. … 22 more files in changeset.