Components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -1
    • +0
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -0
    • +28
    ./src/Core.Components.Gis/Theme/ICriteria.cs
    • -0
    • +62
    ./src/Core.Components.Gis/Theme/ValueCriteria.cs
  1. … 5 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

- 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. … 1 more file in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

- 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

- 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

Pulled generic elements of the converters up: - Removed duplicate definitions - Converted algorithm to create (categorial) schemes according to the Template Pattern

WTI-1551

- Created first (specific) implementation of categories for the MapLineData

WTI-1551

- Created first (specific) implementation of categories for the MapPointData

WTI-1551

- Moved files to the correct folders - Added XMLDoc - Cleaned up files

WTI-1551

    • -3
    • +2
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -0
    • +95
    ./test/Core.Components.Gis.Test/Theme/MapThemeTest.cs
Fixed failing test after renaming constructor argument

WTI-1551

- Got rid of the IMapCategory and made a concrete implementation called CategoryTheme to hold the thematic styling for the categories: -- Introduced test factory and test objects -- Cleaned up tests

WTI-1551

    • -0
    • +62
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -43
    • +0
    ./src/Core.Components.Gis/Theme/IMapCategory.cs
    • -13
    • +12
    ./src/Core.Components.Gis/Theme/MapTheme.cs
Renamed IMapCriteria to ICriteria: - Works on general elements, not on specific MapElements

WTI-1551

    • -0
    • +25
    ./src/Core.Components.Gis/Theme/Criteria/ICriteria.cs
    • -1
    • +1
    ./src/Core.Components.Gis/Theme/IMapCategory.cs
- Moved files to a separate Theme folder -- Adjusted namespaces

WTI-1551

    • -75
    • +0
    ./src/Core.Components.Gis/Data/MapTheme.cs
    • -0
    • +25
    ./src/Core.Components.Gis/Theme/Criteria/IMapCriteria.cs
    • -0
    • +78
    ./src/Core.Components.Gis/Theme/Criteria/RangeCriteria.cs
    • -0
    • +62
    ./src/Core.Components.Gis/Theme/Criteria/ValueCriteria.cs
    • -0
    • +43
    ./src/Core.Components.Gis/Theme/IMapCategory.cs
  1. … 8 more files in changeset.
- Added RangeCriteria: -- Allows map styling based on intervals of values - Imporved variable names

WTI-1551

    • -0
    • +78
    ./src/Core.Components.Gis/Data/Categories/RangeCriteria.cs
- Added IMapCriteria to apply styling to the MapCategories based on equivalence.

WTI-1551

    • -0
    • +27
    ./src/Core.Components.Gis/Data/Categories/IMapCriteria.cs
    • -0
    • +62
    ./src/Core.Components.Gis/Data/Categories/ValueCriteria.cs
- Added MapTheme property to the abstract FeatureBasedMapData class - Improved tests

WTI-1551

- Added MapTheme class to define categorial themes based on an map attribute - Moved theming related classes from DotSpatial to Gis.Data

WTI-1551

    • -0
    • +36
    ./src/Core.Components.Gis/Data/Categories/IMapCategory.cs
    • -0
    • +75
    ./src/Core.Components.Gis/Data/MapTheme.cs
    • -0
    • +107
    ./test/Core.Components.Gis.Test/Data/MapThemeTest.cs
- Added category interface to define categories for map data objects

WTI-1551

Fix failing tests that require an empty directory. Moved them to the scratchpad and will be disposed when the test finishes. WTI-1527

  1. … 3 more files in changeset.
Incorporated comments review 2384: - Renamed test names to reflect what exceptions they are throwing - Updated/added XMLDocs - Added missing tests - Ran Cleanup Related to Issue [WTI-1230]

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

Former-commit-id: 8b26b0102391323b26752ad464f1801721da6d3c

Former-commit-id: 48c6c6b6f8f1196fa0193aaa8b23deeb6db1b74f

  1. … 13 more files in changeset.
Merged revision(s) 13330 from branches/Release/17_2

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_3@13334 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 438b83594e5342f1f643ac6e1cf9ba0976e6aa15

Former-commit-id: c9c5a5113bed6ecc4c098122b42a7453b2938f3f

  1. … 5 more files in changeset.
Fixed build Related to Issue [WTI-1521]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@13330 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 150a2eca0f0fbbc5a5de7d3664aa9b6a976d2ed1

Former-commit-id: beecf4927e252106b8d44fbf3b8df2a2b6ed44b5

  1. … 5 more files in changeset.
Merged revision(s) 13319-13322 from branches/Release/17_2

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_3@13326 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2563a1499ad29304598230c409b02f7497e726c2

Former-commit-id: eea5ee43cf18c016aafe9f2cf23e33102f2b79e8

  1. … 16 more files in changeset.
Merged revision(s) 13248 from trunk

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@13321 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 16850980043edf6cef771bf95679659504ad64f4

Former-commit-id: 411cb325b88620c7b5ec81f8a492a5ed6e53e77d

  1. … 12 more files in changeset.
Directly evaluate enumerations when applicable. Related to Issue [WTI-1393]

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

Former-commit-id: cf8406a712503f8ef9b24bd41b7cf5047467cdc8

Former-commit-id: 366b18ed1a959d4a942dfdc092b9dba5ee848da9

  1. … 26 more files in changeset.
Directly evaluate enumerations Related to Issue [WTI-1393]

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

Former-commit-id: b576755cf796f255cf0595630d3589639bc27c4a

Former-commit-id: ecaf869c5373e50070e70929208558dc272632a5

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

Removed version numbers from user control references. Related to Issue [WTI-1506]

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

Former-commit-id: db2e8c444bb7c29ffc8166b1b67268401be80964

Former-commit-id: 744027694ae45fec7938a4ff0c48cb85152d1534

  1. … 10 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@13264 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d3162961c723e775a827d6f6421b44ba77951c70

Former-commit-id: 1db8b50dda1bd801e08a88cb40760a99f9d87e10

  1. … 6 more files in changeset.