OSGeo / PROJ-JNI

Java Native Interface for PROJ
https://osgeo.github.io/PROJ-JNI/
MIT License
23 stars 15 forks source link

Transmit all CoordinateOperationContext information #4

Closed desruisseaux closed 5 years ago

desruisseaux commented 5 years ago

The following information stored by CoordinateOperationContext are not yet transmitted to PROJ:

In the case of enumeration values, the proposal is to generate automatically a series of static_assert statements to be executed by the C++ compiler. Those statements would verify that the enumeration ordinal values in Java are the same than in C++.