Core.Components.DotSpatial

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

    • -3
    • +3
    ./Converter/FeatureBasedMapDataConverter.cs
    • -3
    • +3
    ./Converter/MapPolygonDataConverter.cs
    • -3
    • +3
    ./Layer/FeatureBasedMapDataLayerFactory.cs
    • -3
    • +3
    ./Layer/ImageBasedMapDataLayerFactory.cs
    • -3
    • +3
    ./MapFunctions/MapFunctionSelectionZoom.cs
  1. … 194 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

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

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

    • -2
    • +2
    ./Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +1
    ./Converter/MapPolygonDataConverter.cs
  1. … 3 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converters after changes in the datamodel for the derived classes of the FeatureBasedMapData

-- Moved all generic functions to the base class

-- Moved general operation definitions to the base class

    • -47
    • +64
    ./Converter/FeatureBasedMapDataConverter.cs
    • -26
    • +7
    ./Converter/MapLineDataConverter.cs
    • -24
    • +5
    ./Converter/MapPointDataConverter.cs
    • -32
    • +16
    ./Converter/MapPolygonDataConverter.cs
Ran intermediate cleanup across affected projects. WTI-1887

    • -38
    • +38
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 9 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.

    • -2
    • +7
    ./Converter/FeatureBasedMapDataConverter.cs
    • -10
    • +35
    ./Converter/MapLineDataConverter.cs
    • -15
    • +34
    ./Converter/MapPointDataConverter.cs
    • -10
    • +36
    ./Converter/MapPolygonDataConverter.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

    • -44
    • +17
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 1 more file in changeset.
Possible fix for background map bug. WTI-1210

Fix exception in map views when a map layer is cleared of its features but has several category themes WTI-1876

    • -4
    • +13
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 1 more file in changeset.
Only add default category if metadata cannot be found in attribute mapping WTI-1553

    • -7
    • +9
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 1 more file in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +1
    ./Converter/MapPolygonDataConverter.cs
    • -1
    • +1
    ./Layer/FeatureBasedMapDataLayerFactory.cs
    • -1
    • +1
    ./Layer/ImageBasedMapDataLayerFactory.cs
    • -1
    • +1
    ./MapFunctions/MapFunctionSelectionZoom.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

    • -11
    • +12
    ./Converter/MapPolygonDataConverter.cs
    • -0
    • +1
    ./Layer/ImageBasedMapDataLayerFactory.cs
    • -0
    • +7
    ./MapFunctions/MapFunctionSelectionZoom.cs
  1. … 60 more files in changeset.
Cleanup: Equality comparison of floating point numbers. WTI-1767

Improvements after review. WTI-1787

    • -3
    • +7
    ./RdNewMouseCoordinatesMapExtension.cs
  1. … 13 more files in changeset.
Reduce bugs in sonarqube, improve assigning of values to arrays with suspicious operator WTI-1787

    • -4
    • +18
    ./Projections/ReprojectExtensions.cs
  1. … 1 more file in changeset.
Cleanup: Fix implementation of IDisposable to conform to the dispose pattern. WTI-1787

    • -11
    • +18
    ./RdNewMouseCoordinatesMapExtension.cs
  1. … 39 more files in changeset.
Reduce code smells from sonarqube in Core namespace WTI-1787

    • -1
    • +1
    ./MapFunctions/MapFunctionSelectionZoom.cs
  1. … 2 more files in changeset.
Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 22 more files in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

    • -3
    • +3
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 12 more files in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -11
    • +11
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 17 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

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

WTI-1551

    • -1
    • +0
    ./Converter/FeatureBasedMapDataConverter.cs
  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

    • -44
    • +11
    ./Converter/FeatureBasedMapDataConverter.cs
  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

    • -2
    • +2
    ./Converter/FeatureBasedMapDataConverter.cs
  1. … 5 more files in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverter.cs
  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

    • -4
    • +4
    ./Converter/FeatureBasedMapDataConverter.cs
  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

    • -12
    • +3
    ./Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +22
    ./Converter/MapPolygonDataConverter.cs
  1. … 2 more files in changeset.
Pulled generic elements of the converters up: - Removed duplicate definitions - Converted algorithm to create (categorial) schemes according to the Template Pattern

WTI-1551

    • -3
    • +138
    ./Converter/FeatureBasedMapDataConverter.cs
    • -73
    • +20
    ./Converter/MapLineDataConverter.cs
    • -58
    • +16
    ./Converter/MapPointDataConverter.cs
- Created first (specific) implementation of categories for the MapLineData

WTI-1551

    • -0
    • +74
    ./Converter/MapLineDataConverter.cs
  1. … 2 more files in changeset.
- Created first (specific) implementation of categories for the MapPointData

WTI-1551

    • -2
    • +15
    ./Converter/FeatureBasedMapDataConverter.cs
    • -0
    • +69
    ./Converter/MapPointDataConverter.cs
  1. … 2 more files in changeset.