GeoAPI-PROJ bindings 3.1-SNAPSHOT

This module is a "proof of concept" implementation of GeoAPI referencing interfaces using JNI binding to the PROJ library. The org.proj4 package contains the native methods, mostly independent from GeoAPI interfaces. The org.opengis.wrapper.proj4 package contains the GeoAPI implementations on top of the org.proj4 package.
Packages 
Package Description
org.opengis.wrapper.proj4
GeoAPI implementation as wrapper around the C/C++ Proj.4 library.
org.proj4
Wrappers for the Proj.4 library.