Implemented review comments from review 2425 WTI-450: * Updated xmldoc * Added rounding to property class value with annotation in string resources * Removed unneeded length calculation routines from more places
- 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 anymoreWTI-1551
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