Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Review changes for WTI-Review-372: ** MapData throws ArgumentException for invalid name instead of ArgumentNullException. ** MapData (and derivatives) test cases for invalid name refactored into a single test with TestCase attributes. ** MapDataTest constructor tests merged. * Improvements to Resources: ** Fixed typo in resource name. ** Better location for data definitions. ** Reuse of already existing resources for consistency. Related to Issue [WTI-376]

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

Former-commit-id: 9469ddf7f93472161f6e10a386790260ded50008

Former-commit-id: edc8d88bf5f69d30c1045829069655d613ac1321

  1. … 18 more files in changeset.
Implemented names in MapData so this can be shown as the Map layer name in the MapLegendView. Related to Issue [WTI-376]

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

Former-commit-id: 8edc2ac43e439ed5e5f1083dd587c4027406cf19

Former-commit-id: 87e75f8470f3b50e5cc572ddeb8a13f835837423

  1. … 48 more files in changeset.
Removed superfluous code in tests. Updated xmldocs. Related to Issue [WTI-376]

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

Former-commit-id: ea79d276b60d7d62f7bfc3be47384dac5bd62b0a

Former-commit-id: 9c199a3228ad0c74328e32aafbb2d3d32f734e56

  1. … 3 more files in changeset.
Added imported surfaceline data on the map. Related to Issue [WTI-376]

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

Former-commit-id: 8872cef6f4cdd55dc9d5492aef078f10d236283b

Former-commit-id: e7fadba373ac24e62961ac868aa78e13b5628b19

    • -0
    • +67
    ./Data/MapMultiLineDataTest.cs
  1. … 8 more files in changeset.
Implemented that HR locations will update on map when map is opened. Related to Issue [WTI-356]

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

Former-commit-id: ebf8bd4f1c0f8351d55d21b466b4f556f2d60e13

Former-commit-id: 8b0737f595cabdbf8463e8282c56a1073def0aa9

    • -0
    • +22
    ./Data/MapDataTest.cs
  1. … 13 more files in changeset.
Implemented show HR points when available on showing map. Converted all MapData to Point2D instead of Tuples. Related to Issue [WTI-356]

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

Former-commit-id: a8b712babff0e6f6d290a963858e0f349686a113

Former-commit-id: cc8c6e478c63c14d6c37d7dabe1e23a2e7e369a4

  1. … 29 more files in changeset.
* 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. … 52 more files in changeset.
* Created LineShapeFileReader. * Extended MapLineData to be able to store 'Attributes' data. Related to Issue [WTI-317]

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

Former-commit-id: 55f7e216aee2341fbdca71006e3e9623d3ba7828

Former-commit-id: 503801c816effaf37790c04c035b26df40acaec3

  1. … 10 more files in changeset.
* Moved gis-datamodel related unit tests from Core.Components.DotSpatial.Test to new Core.Components.Gis.Test project. Related to Issue [WTI-317]

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

Former-commit-id: 69b166c574b0108c655ee657718b44cef4f384c5

Former-commit-id: 7227c851886ba52d13ae111a151c7e6cd37021f2

    • -0
    • +77
    ./Core.Components.Gis.Test.csproj
    • -0
    • +38
    ./Data/MapDataCollectionTest.cs
    • -0
    • +63
    ./Data/MapLineDataTest.cs
    • -0
    • +63
    ./Data/MapPointDataTest.cs
    • -0
    • +63
    ./Data/MapPolygonDataTest.cs
    • -0
    • +50
    ./Data/PointsBasedMapDataTest.cs
    • -0
    • +36
    ./Properties/AssemblyInfo.cs
  1. … 7 more files in changeset.