mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
376 stars 132 forks source link

Obsolete CoordinateSystem.Parse #147

Closed Jones-Adam closed 6 years ago

Jones-Adam commented 6 years ago

Moved the support parsing into unittesting where it belongs. As of now no other unit tests make use of CoordinateSystem, so the functionality is local. If that should change we can move this into helper class

Obsolete the public method and private member calls to already obsoleted Parser.

Jones-Adam commented 6 years ago

Johan will handle this differently