diff options
| author | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-05-02 15:52:37 +0200 |
|---|---|---|
| committer | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-05-02 16:01:02 +0200 |
| commit | 61d5248c0afae165ab47ce45f6a61c90454212ee (patch) | |
| tree | ac24ae0638ace3444ddeb68cce367b268b2ce5ff /src | |
| parent | 88d848423fcdc309629e60b19ad531108c23c1cc (diff) | |
| download | PROJ-61d5248c0afae165ab47ce45f6a61c90454212ee.tar.gz PROJ-61d5248c0afae165ab47ce45f6a61c90454212ee.zip | |
Rename "Proj" as "PROJ" for the library name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/jniproj.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jniproj.c b/src/jniproj.c index 573dd0e7..67aa2478 100644 --- a/src/jniproj.c +++ b/src/jniproj.c @@ -1,6 +1,6 @@ /****************************************************************************** * Project: PROJ.4 - * Purpose: Java/JNI wrappers for PROJ.4 API. + * Purpose: Java/JNI wrappers for PROJ API. * Author: Antonello Andrea * Martin Desruisseaux * @@ -32,7 +32,7 @@ * \file jniproj.c * * \brief - * Functions used by the Java Native Interface (JNI) wrappers of Proj.4 + * Functions used by the Java Native Interface (JNI) wrappers of PROJ. * * * \author Antonello Andrea @@ -339,7 +339,7 @@ JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getLinearUnitToMetre * Converts input values from degrees to radians before coordinate operation, or the output * values from radians to degrees after the coordinate operation. * - * \param pj - The Proj.4 PJ structure. + * \param pj - The PROJ.4 PJ structure. * \param data - The coordinate array to transform. * \param numPts - Number of points to transform. * \param dimension - Dimension of points in the coordinate array. |
