#1350 closed task (fixed)
Split Coordinate System API implementations
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Even though the ICoordinateSystem is an interface with http and local implementations, the interface itself returns a class which is tied to the http implementation:
These should be interfaces or abstract classes with separate implementations
To avoid any further confusion, the following types will be renamed:
- ICoordinateSystem becomes ICoordinateSystemCatalog
- HttpCoordinateSystem.Category becomes CoordinateSystemCatgegory
- HttpCoordinateSystem.CoordSys becomes CoordinateSystem
Note:
See TracTickets
for help on using tickets.
Fixed in r4838