Opened 13 years ago
Closed 13 years ago
#1825 closed enhancement (fixed)
Fix datum comparison behavior of the MgCoordinateSystemMathComparator / implement addendum for RFC94
Reported by: | baertelchen | Owned by: | baertelchen |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | 2.1.0 |
Severity: | trivial | Keywords: | MgCoordinateSystemMathComparator RFC94 |
Cc: | External ID: |
Description
Due to the implementation work done for RFC94, the (mathematical) comparison of the transformation information that's attached to a CSMAP cs_dtdef_ struct is no longer necessary - or might even lead to unexpected results.
In fact, comparing them, might return an incorrect a false [positive/negative] result, because CSMAP won't consider them anyway anymore - except for maybe creating WKT information.
Note:
See TracTickets
for help on using tickets.
Fixed on 10/05/2011; this produced revision 6167. See http://trac.osgeo.org/mapguide/changeset/6167
The API as described in the addendum of RFC 94 has been added to the MgCoordinateSystemMathComparator class (implementation added to the CCoordinateSystemMathComparator class).