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. … 213 more files in changeset.
Improvements after review. WTI-1887

  1. … 8 more files in changeset.
Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

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

- Updated test names to a more descriptive one

-- Corrected typos

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter test of the FeatureBasedMapData.

    • -70
    • +189
    ./FeatureBasedMapDataConverterTest.cs
Incorporated comments review 3395: WTI-1887

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

    • -11
    • +10
    ./MapPolygonDataConverterTest.cs
Ran intermediate cleanup across affected projects. WTI-1887

  1. … 9 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
    • +29
    ./FeatureBasedMapDataConverterTest.cs
Fixed converters. WTI-1887

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

    • -11
    • +5
    ./FeatureBasedMapDataConverterTest.cs
    • -15
    • +88
    ./MapPolygonDataConverterTest.cs
  1. … 4 more files in changeset.
Adjusted base converter WTI-1887

- Turned the base converter into a template pattern class, as the derived classes should provide the implementations to convert categories

    • -109
    • +67
    ./FeatureBasedMapDataConverterTest.cs
  1. … 1 more file in changeset.
Fix exception in map views when a map layer is cleared of its features but has several category themes WTI-1876

    • -0
    • +54
    ./FeatureBasedMapDataConverterTest.cs
  1. … 1 more file in changeset.
Only add default category if metadata cannot be found in attribute mapping WTI-1553

  1. … 1 more file in changeset.
Change type of valuecriterion to string WTI-1881

  1. … 5 more files in changeset.
Moved TestFeatureBasedMapData to correct project. WTI-1856

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

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

- Applied for Core.Components

WTI-1767

  1. … 64 more files in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

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

WTI-1551

  1. … 14 more files in changeset.
Removed 'Theme' folder in test util: - There's only one criteria implementation remaining, making the folder obsolete

WTI-1551

  1. … 7 more files in changeset.
- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

    • -53
    • +0
    ./FeatureBasedMapDataConverterTest.cs
  1. … 12 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

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

    • -74
    • +0
    ./FeatureBasedMapDataConverterTest.cs
  1. … 6 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. … 2 more files in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

  1. … 1 more file 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

    • -3
    • +273
    ./FeatureBasedMapDataConverterTest.cs
  1. … 2 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
    • +15
    ./FeatureBasedMapDataConverterTest.cs
    • -0
    • +185
    ./MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
- Created first (specific) implementation of categories for the MapLineData

WTI-1551

  1. … 1 more file in changeset.
- Created first (specific) implementation of categories for the MapPointData

WTI-1551

  1. … 3 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Updated XMLDocs - Updated / added tests

Related to Issue [WTI-1230]

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

Former-commit-id: 37f10d5033eafc2f35871a58645d68f0a91ea97c

Former-commit-id: 6ec8f10c878dfa70b94c3971ddece9505b40e8af

  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. … 33 more files in changeset.