OSGeo/PROJ-JNI

Transmit all CoordinateOperationContext information

desruisseaux opened this issue · 0 comments

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

  • areaOfInterest
  • sourceAndTargetCRSExtentUse
  • spatialCriterion
  • gridAvailabilityUse
  • allowUseIntermediateCRS

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++.