Core.Components.DotSpatial.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Moved Point2DComparerWithTolerance from Math2DTest to Core.Common.TestUtil * PolygonShapeFileReader now reads inner rings of a polygon, instead of only outer ring and incorrectly interpret inner rings. ** Updated the validation of MapPolygonData to allow for inner rings in MapGeometry. ** Updated MapPolygonDataConverter accoridingly do properly create polygon layers with holes. Related to Issue [WTI-478]

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

Former-commit-id: dbc4ac9e2ef823ae96c8d2dbb7571375ee69a480

Former-commit-id: 02e1ddfcce132b6beb7da5bb5aa5e395144227bf

    • -0
    • +92
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 18 more files in changeset.
* Made MapGeometry more generic by changing Points property to a PointCollections property (from always 1 sequence of 2d points to N sequences of 2D points) ** Updated ???ShapeFileReader classes accordingly. ** Added validation to FeatureBasedMapData and derived classes to enforce proper configured MapGeometry instances.

* Unrelated:

** Deleted 2 unused variables.

Related to Issue [WTI-478]

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

Former-commit-id: 526768841485e749ccfd0134dc30684cf3130ea2

Former-commit-id: 086112c439fb3bf9d5dadbf1df586b5bb776f641

    • -2
    • +8
    ./Converter/MapDataCollectionConverterTest.cs
    • -14
    • +32
    ./Converter/MapLineDataConverterTest.cs
    • -11
    • +25
    ./Converter/MapPointDataConverterTest.cs
    • -15
    • +33
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 34 more files in changeset.
- Fixed zooming issue when using mouse scroll wheel Related to Issue [WTI-413]

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

Former-commit-id: 8e2bb62b413c554354611d48737a134ae3ee8850

Former-commit-id: 42c7b1943042771d3d76fe1d90ee70ee82f49260

    • -3
    • +25
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
  1. … 3 more files in changeset.
Fixed failing tests Related to Issue [WTI-413]

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

Former-commit-id: 1d0e6c836e3ecf8ff33dd5b4d38f90152df4a46b

Former-commit-id: 34d121bf37a2169a5989db24e08cbf7cecb56207

    • -26
    • +1
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
Ensured map control interaction is exactly the same (including cursors) compared with the chart control Related to Issue [WTI-413]

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

Former-commit-id: 528a9387f86aa04432ee6e2db714d54a60f728e6

Former-commit-id: 612e47a25594dbcd5ddff91eafaa370e5ad630b8

    • -1
    • +0
    ./Core.Components.DotSpatial.Test.csproj
    • -94
    • +0
    ./MapFunctions/MapFunctionPanTest.cs
  1. … 3 more files in changeset.
Documented MapDataFactory and added tests. Extracted and documented PipingMapDataFactory and added tests. Renamed MapDataFactory in Core.Components.DotSpatial to mapFeatureLayerFactory to better match its purpose. Related to Issue [WTI-427]

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

Former-commit-id: eb669e89616f5815d879e79e0754645f900c4f14

Former-commit-id: 8351f66551debc6c33e042792024a7036f42cb3d

  1. … 14 more files in changeset.
Moved validation of MapData Name to Name property. MapDataHelper returns Ellipse point shape for circle point type. Added MapDataFactory in order to create a default styling for data model objects put on the map. Added empty MapData entries to the map instead of complex MapData with a single feature with empty geometry. Have PipingFailureMechanismView attach to PipingFailureMechanism instead of its surface lines: - SurfaceLines no longer a ObservableList - Fixed bug where view would not update after import

Related to Issue [WTI-427]

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

Former-commit-id: d86c9301eef0196127f1cf24481c906b958063bd

Former-commit-id: 5eb97c9be6b886c285cc9654bdccc52bb38130da

    • -4
    • +3
    ./Converter/MapPointDataConverterTest.cs
  1. … 10 more files in changeset.
Added layer styles. Related to Issue [WTI-427]

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

Former-commit-id: ba00b1273d1efb2936ade6d7d325e86a36d1f898

Former-commit-id: 10e210cc8cdfb202a137dda2e1501983cca3101e

    • -0
    • +41
    ./Converter/MapDataHelperTest.cs
    • -0
    • +88
    ./Converter/MapLineDataConverterTest.cs
    • -0
    • +89
    ./Converter/MapPointDataConverterTest.cs
    • -0
    • +87
    ./Converter/MapPolygonDataConverterTest.cs
    • -0
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 19 more files in changeset.
- Updated DotSpatial to version 1.8 (in lib/plugin) - Added padding to zoom to extend of 5% - Fixed CreateEnvelopeForAllVisibleLayers to not include empty (but visible) layers Related to Issue [WTI-413]

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

Former-commit-id: d420a977d25950d0970a735b46727a354826d699

Former-commit-id: ef47a8e6c7845b26870d1df559734139ad6e4f60

    • -2
    • +1
    ./Converter/MapDataCollectionConverterTest.cs
    • -2
    • +2
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPolygonDataConverterTest.cs
    • -36
    • +36
    ./Core.Components.DotSpatial.Test.csproj
  1. … 410 more files in changeset.
- Fixed map data converters for it did not convert all features. - Added additional tests for map data converters. Related to Issue [WTI-255]

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

Former-commit-id: 56ab2951793845bdd0ba4f66d0dc6f76aa4b60b2

Former-commit-id: 6c3a49fd178d82baaceb0470d2a5c0f43df4d302

    • -0
    • +106
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +81
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +106
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
* Paired fixed for WTI-Review-388: ** Removed extra curly braces for using. ** Removed extra "0.0 + " parts in the code. ** Tweaked RhinoMocks usage. Related to Issue [WTI-245]

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

Former-commit-id: 9c88f2ccafc85af7523c00dd935dc2b68e4ddb36

Former-commit-id: 2203c29687f5dab1d3afd0990bf168113c3fc672

    • -11
    • +10
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
    • -17
    • +13
    ./MouseCoordinatesMapExtensionTest.cs
- Added coverage - Cleanup MouseCoordinatesMapExtensionTest.cs Related to Issue [WTI-245]

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

Former-commit-id: 71c087f96771c7be56413bf644bb11324bb2b06f

Former-commit-id: 10dd173fd16c65a88f12cc6ca6cbf531c1f31bdc

    • -11
    • +129
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
    • -14
    • +17
    ./MouseCoordinatesMapExtensionTest.cs
  1. … 3 more files in changeset.
- Remove MapMultiLineData. Related to Issue [WTI-255]

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

Former-commit-id: 319e200125f2aebdf315ef86e1f71a47717062cc

Former-commit-id: 2ac9b9ea450f6d53463aa21e491ea9e87d0f9094

    • -120
    • +0
    ./Converter/MapMultiLineDataConverterTest.cs
    • -1
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 13 more files in changeset.
Refactored map data structure so we can import multi featured and multi geometry shape files. Related to Issue [WTI-255]

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

Former-commit-id: d64cf0050d7246f29ffdc2afb3e35485412bf77e

Former-commit-id: 2dd055574cca85325b171e058d9e3a659d7c0b52

    • -4
    • +22
    ./Converter/MapDataCollectionConverterTest.cs
    • -3
    • +21
    ./Converter/MapLineDataConverterTest.cs
    • -7
    • +24
    ./Converter/MapPointDataConverterTest.cs
    • -3
    • +22
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 42 more files in changeset.
Added test coverage for MapFunctions Related to Issue [WTI-382]

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

Former-commit-id: a5b37803c800ee8cb212f545d7563a9aa53a167e

Former-commit-id: 966679282e2996cddf8b5a049f36405b7654985d

    • -0
    • +1
    ./Core.Components.DotSpatial.Test.csproj
    • -0
    • +39
    ./MapFunctions/MapFunctionPanTest.cs
    • -1
    • +83
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
* Fixed bug in 'Zoom to rectangle' where a 'zoom to point' would happen if the user started dragging from outside the map and into the map. * Renamed IMap to IMapControl, and moved it to Core.Components.Gis.Forms. * Renamed IChart to IChartControl, and moved it to Core.Components.Charting.Forms. * Moved MapFunctionPan and MapFunctionSelectionZoom into Core.Components.DotSpatial\MapFunctions Related to Issue [WTI-245]

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

Former-commit-id: a8fc7e839328d667523ee5096b1cc12ac08d5d19

Former-commit-id: 470aff4461c02b27b1841fa7efa6928dbe5e2ac8

    • -2
    • +2
    ./Core.Components.DotSpatial.Test.csproj
    • -0
    • +55
    ./MapFunctions/MapFunctionPanTest.cs
    • -0
    • +71
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
  1. … 52 more files in changeset.
- Fixed cursor for panning Related to Issue [WTI-245]

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

Former-commit-id: b3a047b508dc209dcdbcd763b77a5f17463d2a91

Former-commit-id: 9e66dd900622de817e577567e565d5cbae61f5a4

    • -0
    • +1
    ./Core.Components.DotSpatial.Test.csproj
    • -0
    • +50
    ./MapFunctionPanTest.cs
  1. … 4 more files in changeset.
* Made MouseCoordinatesMapExtension and BaseMap dispose of IDisposable instances. Related to Issue [WTI-358]

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

Former-commit-id: 10517bcfdcf6c83d776493799b10928f4e15839c

Former-commit-id: bc1fa464d2e3ce19c09fa491057c8148de83ee6e

    • -22
    • +25
    ./MouseCoordinatesMapExtensionTest.cs
  1. … 5 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

    • -6
    • +6
    ./Converter/MapDataCollectionConverterTest.cs
    • -7
    • +11
    ./Converter/MapDataConverterTest.cs
    • -4
    • +4
    ./Converter/MapLineDataConverterTest.cs
    • -4
    • +4
    ./Converter/MapMultiLineDataConverterTest.cs
    • -4
    • +4
    ./Converter/MapPointDataConverterTest.cs
    • -4
    • +4
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 48 more files in changeset.
Added extension for getting mouse coordinates on map. Related to Issue [WTI-358]

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

Former-commit-id: 2591b081a5b9b9e70048f99975011b04b5bded13

Former-commit-id: 7cd638febec2c8e585f0e965959ae22c044a2033

    • -0
    • +2
    ./Core.Components.DotSpatial.Test.csproj
    • -0
    • +89
    ./MouseCoordinatesMapExtensionTest.cs
  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
    • +120
    ./Converter/MapMultiLineDataConverterTest.cs
    • -0
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 8 more files in changeset.
Remove unused reference. Related to Issue [WTI-245]

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

Former-commit-id: c2a40272100df5679411621eab23099d2c36b299

Former-commit-id: a7a0faa598c2b72758127768671330bfb42f9460

    • -1
    • +0
    ./Core.Components.DotSpatial.Test.csproj
- Added Pan and zoom to selection Related to Issue [WTI-245]

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

Former-commit-id: 03f73616d8c54758d59adb8048abf0954820640e

Former-commit-id: 79a7c1bf5b26a1706af4447036c8bafa264263e4

    • -0
    • +9
    ./Core.Components.DotSpatial.Test.csproj
    • -0
    • +45
    ./MapFunctionSelectionZoomTest.cs
  1. … 8 more files in changeset.
Fix references for build server. Related to Issue [WTI-252]

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

Former-commit-id: cbd777998d93ca9b87e5e364b93ba8ed6f755300

Former-commit-id: 73df60328481edb32e242ef759edb8df4dd9d674

    • -0
    • +32
    ./Core.Components.DotSpatial.Test.csproj
Changes after review. Related to Issue [WTI-252]

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

Former-commit-id: fbc92f0744e0e8da7cf59e5ec9ece9b2587f518c

Former-commit-id: 6abbb466dad852f88a7e1cc7e410bbefe725a738

    • -32
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 10 more files in changeset.
Refactor MapData converters so they return a mapLayer instead of FeatureSets and set the visibility on the layers. Related to Issue [WTI-252]

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

Former-commit-id: 78e21ae73ee03ae3875428e1d648c07471d5835d

Former-commit-id: 23819e8a8e3f255e1bb12fb09e0a9a5b7176dabb

    • -8
    • +9
    ./Converter/MapDataCollectionConverterTest.cs
    • -48
    • +41
    ./Converter/MapDataFactoryTest.cs
    • -11
    • +7
    ./Converter/MapLineDataConverterTest.cs
    • -10
    • +10
    ./Converter/MapPointDataConverterTest.cs
    • -9
    • +8
    ./Converter/MapPolygonDataConverterTest.cs
    • -0
    • +28
    ./Core.Components.DotSpatial.Test.csproj
  1. … 12 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

    • -4
    • +5
    ./Converter/MapDataCollectionConverterTest.cs
    • -3
    • +4
    ./Converter/MapLineDataConverterTest.cs
    • -3
    • +4
    ./Converter/MapPointDataConverterTest.cs
    • -3
    • +4
    ./Converter/MapPolygonDataConverterTest.cs
    • -0
    • +4
    ./Core.Components.DotSpatial.Test.csproj
  1. … 28 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

    • -2
    • +2
    ./Converter/MapDataCollectionConverterTest.cs
    • -1
    • +1
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 51 more files in changeset.
Implemented opening map for assessment section. Related to Issue [WTI-353]

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

Former-commit-id: 32f6a9efed86aa9abe805eca36f2127d95dec9c6

Former-commit-id: f368d8add38e36b8a34e313096b1028d59619e6b

  1. … 17 more files in changeset.
* Moved DotSpatial.Forms related test code to new Core.Components.DotSpatial.Forms.Test project Related to Issue [WTI-317]

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

Former-commit-id: d6529253551b54faf35731b072142314bca32fda

Former-commit-id: 45ac39db2f5d29b5722d0d22877ebbe2d7054d53

    • -38
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 5 more files in changeset.