How to Install libproj-java in Ubuntu 18.04



Install libproj-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libproj-java

Description:

Cartographic projection library (JNI bindings)

Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of selectable projection functions (over 100 projections). . Geod and invgeod perform geodesic (Great Circle) computations for determining latitude, longitude and back azimuth of a terminus point given a initial point latitude, longitude, azimuth and distance (direct) or the forward and back azimuths and distance between an initial and terminus point latitudes and longitudes (inverse). . This package provides the Java Native Interface bindings for PROJ4.

Homepage: https://github.com/OSGeo/proj.4/wiki

Version: 4.9.3-2

Section: universe/java