MapPolygonDataConverterTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated license headers in source files of test\Core.Components. WTI-1931

  1. … 217 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Updated test names to a more descriptive one

-- Corrected typos

  1. … 2 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter tests of the derived map data classes

    • -11
    • +10
    ./MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
Added missing tests WTI-1887

- Added for the derived classes: default category should be added when a theme is defined for an attribute that's not present in the features.

- Added for the filter expression, test in the base class to guarantee it always gives the expected expression.

- Fixed parameter names

  1. … 3 more files in changeset.
Fixed converters. WTI-1887

- Added category creation logic in the converters and pushed tests downwards for the derived datatypes from the converter base class.

    • -15
    • +88
    ./MapPolygonDataConverterTest.cs
  1. … 7 more files in changeset.
Change type of valuecriterion to string WTI-1881

  1. … 8 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

  1. … 66 more files in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

  1. … 17 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

  1. … 19 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

  1. … 9 more files in changeset.
- Added thematical test data for point map data - Fixed bug, surround values with ' in the filter expressions for ValueCriteria send to DotSpatial components

WTI-1551

  1. … 5 more files in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

  1. … 4 more files in changeset.
- Renamed enum values of the RangeCriteria operator to resolve ambiguity - Implemented generic tests for the FeatureBasedMapDataConverter to assert correctness of the applied algorithm

WTI-1551

  1. … 5 more files in changeset.
- Converted algorithm to create (categorial) schemes according to the Template Pattern => made mandatory functions abstract - Implemented categorial theming conversion for the polygon map data

WTI-1551

    • -0
    • +185
    ./MapPolygonDataConverterTest.cs
  1. … 3 more files in changeset.
Remove array properties from the data model Related to Issue [WTI-1401]

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

Former-commit-id: ada314a5e610cbfedc9121b04629719a29c118da

Former-commit-id: 77cf6356b8cb0a8ea4ebf34a8393062f0019dcef

  1. … 35 more files in changeset.
Restricted possible values of size, width and strokeThickness for map data styles. Implemented workaround for bug in DotSpatial, where 0 strokeThickness defined on polygons, would still draw a stroke of thickness 1 on screen. Related to Issue [WTI-1267]

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

Former-commit-id: 44974405d69b02a2fd9577c64cc534d5e9ba0c48

Former-commit-id: 6adc01d407cafdee1c45d18494247750f7217897

  1. … 9 more files in changeset.
Removed obsolete constructors for map layer styles. Replaced Assert.Equals(string.Empty... with Assert.IsEmpty where applicable. Improved ColorEditor. Related to Issue [WTI-1267]

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

Former-commit-id: 0812a0a3e05ce2398afff38e2cb64cb5c1684860

Former-commit-id: 55e368ae9752d5bfe36fae8f551810251af055f3

  1. … 65 more files in changeset.
Added extra constructor to MapPolygonData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 1c84d988477cf750eca6377d74c956961d26915b

Former-commit-id: 594b44da518a7578baaa5a44562576c5d0bc510d

  1. … 6 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

  1. … 817 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

  1. … 290 more files in changeset.
Fixed some typos Related to Issue [WTI-1018]

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

Former-commit-id: cb1946223f0551a151fd1be238b78ba6f4b113a9

Former-commit-id: 9253b768f8d5c4cfbceb2c1500cfbefb4b22550b

    • -13
    • +13
    ./MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
Updated MapPolygonDataConverterTest

Related to Issue [WTI-1018]

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

Former-commit-id: 8557e4daedcf4a7bf4f08adb9f922262788e26c1

Former-commit-id: 30c65137d8c77202a3d1458364e235f692f14fd1

    • -96
    • +46
    ./MapPolygonDataConverterTest.cs
Improved MapPolygonDataConverterTest Related to Issue [WTI-1018]

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

Former-commit-id: edccf8c41bb734e880960df6a3da9d3481bf2186

Former-commit-id: 97a7b6b5a50a84b6b715633f86ab17dd4cc9b76d

    • -188
    • +51
    ./MapPolygonDataConverterTest.cs
  1. … 1 more file in changeset.
Improved MapPolygonDataConverterTest Related to Issue [WTI-1018]

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

Former-commit-id: c8b6972ddfe6d08a5fac1fe77e0e3e5f2444b0ee

Former-commit-id: 071827cc1402433e5c73cbcdd3e021208dcdd785

    • -222
    • +68
    ./MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
Cleaned up map data converter tests Related to Issue [WTI-1018]

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

Former-commit-id: 7a3ff8c1589cf38c6520f984263dc7398e4a4448

Former-commit-id: edbc9ef49ac65c60c97a7d248ccccd784cc70385

  1. … 3 more files in changeset.
Cleaned up map data converter tests Related to Issue [WTI-1018]

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

Former-commit-id: 4c0e9293eb92f574a9a38fd8ede7ea8f34811f93

Former-commit-id: 9d84791ccc01e5c1c0a4297c73a42ffae8a9d924

  1. … 2 more files in changeset.
Extended FeatureBasedMapDataConverterTest Related to Issue [WTI-1018]

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

Former-commit-id: 09890690de7598cbc0ff5a9ab384a29bc3c2d67d

Former-commit-id: 61615ab04b8b427e3943586602518dc37bfbe44e

  1. … 4 more files in changeset.
Cleaned up map data converter tests Related to Issue [WTI-1018]

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

Former-commit-id: 3aef3b07a817f9c3df02acecb2b62084155c95dc

Former-commit-id: f26d71e539423f5568e3261d929ca7bf1aff3fe0

  1. … 2 more files in changeset.
Renamed TestMapData into TestFeatureBasedMapData Related to Issue [WTI-1018]

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

Former-commit-id: bbf4f16da184526f05f935e1eea81049ee5a39fe

Former-commit-id: ba0d74ec225e3d6e51191c2f9287cd5ffd50e7f1

  1. … 7 more files in changeset.