Skip to content

Java Native Interface for PROJ

License

Notifications You must be signed in to change notification settings

interactive-instruments/PROJ-JNI

 
 

Repository files navigation

PROJ-JNI

PROJ-JNI

Java Native Interface for PROJ C/C++ library. PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations. This package exposes PROJ services as implementations of GeoAPI interfaces. Both PROJ and GeoAPI are modeled according the ISO 19111 international standard. Latest release is 1.0.

Developer documentation:

WARNING: the kortforsyningen namespace in package name, module name, Maven artifact, etc. is temporary. The final name will be selected later.

Prerequisites:

  • For building:
    • Java Developer Kit (JDK) version 11 or later.
    • PROJ 6 with its header files.
    • g++ compiler and make building tools.
    • Apache Maven.
  • For running:
    • Java Runtime Environment (JRE) version 11 or later.
    • PROJ 6.

Contributing

See CONTRIBUTING.md.

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Java Native Interface for PROJ

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.9%
  • C++ 20.1%
  • Other 1.0%