PipingCharacteristicPointsLocation.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented review suggestions. Moved PipingCharacteristicPointsLocation in Data to CharacteristicPoints in IO/SurfaceLines. Renamed PipingCharacteristicPointsCsvReader.cs to CharacteristicPointsCsvReader and moved in /SurfaceLines. Moved PipingSurfaceLinesCsvReader to /SurfaceLines subdir. Added testcases for lines with too many values and files with other types of invalid headers. Related to Issue [WTI-126]

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

Former-commit-id: f20761bd3991f9d94e804919333c91b90598bcc4

Former-commit-id: f3e887550eb0d832ef74280f902912e4f9111d1a

    • -128
    • +0
    ./PipingCharacteristicPointsLocation.cs
  1. … 28 more files in changeset.
Added importing/reading of the Ditch Polder Side characteristic point. Related to Issue [WTI-380]

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

Former-commit-id: db528c66df0381a9d9cf25692d133e596898c5c5

Former-commit-id: 9f43f2fb300d58109defc9949c70651b69c2db43

    • -0
    • +75
    ./PipingCharacteristicPointsLocation.cs
  1. … 7 more files in changeset.
Implemented more flexible header validation. Related to Issue [WTI-126]

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

Former-commit-id: 6f81fb2550797e27ec37fb097022aec672658341

Former-commit-id: d5720fb8acf675712317b2ee086b623479f41b8c

    • -0
    • +2
    ./PipingCharacteristicPointsLocation.cs
  1. … 23 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

    • -0
    • +2
    ./PipingCharacteristicPointsLocation.cs
  1. … 39 more files in changeset.
Characteristic points are now correctly assigned to a location. Added underscore in the header, as this was not a typo, but part of the format. Related to Issue [WTI-126]

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

Former-commit-id: 22618f637d729720ef5605de73e7e942db80d5d9

Former-commit-id: 6c70227fc671086d7933c49a019eef96a18ed0b7

    • -0
    • +18
    ./PipingCharacteristicPointsLocation.cs
  1. … 9 more files in changeset.
Added PipingCharacteristicPointsCsvReader which is responsible for reading characteristic points from csv files. Added test-data for the PipingCharacteristicPointsCsvReader. Added initial PipingCharacteristicPointsLocation which will contain the characteristic points for a location. Introduced StreamReaderHelper which contains helper methods for initializing a file reader. Related to Issue [WTI-126]

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

Former-commit-id: a2e1aa10e91c6342afca45a82cb3228472054280

Former-commit-id: 10c04af9a875af7b91d472a82a013ad49796ecba

    • -0
    • +31
    ./PipingCharacteristicPointsLocation.cs
  1. … 18 more files in changeset.