OSGeo/PROJ-JNI

Accept CRS from other implementations

desruisseaux opened this issue · 0 comments

Currently PROJ-JNI raises an exception if the user tries to invoke a method (e.g. ask for a coordinate operation) with objects that are not implementation of this PROJ-JNI packages. We should implement a mechanism that automatically convert a "foreigner" CRS object to a PROJ-JNI CRS object. This task depends on task #13.