<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/jniwrap/org/proj4/PJException.java, branch 7.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Modularize the Proj Java package:</title>
<updated>2018-05-02T14:00:51+00:00</updated>
<author>
<name>Martin Desruisseaux</name>
<email>martin.desruisseaux@geomatys.com</email>
</author>
<published>2018-05-02T12:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=88d848423fcdc309629e60b19ad531108c23c1cc'/>
<id>88d848423fcdc309629e60b19ad531108c23c1cc</id>
<content type='text'>
- Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module).
- Add a module-info.java description.
- Update the Makefile.am files for referencing the files in their new location.

There is no API change at this stage; all moved classes are still the same that previous version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module).
- Add a module-info.java description.
- Update the Makefile.am files for referencing the files in their new location.

There is no API change at this stage; all moved classes are still the same that previous version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacement of "Proj.4 library" by "Proj library" and other documentation update or formatting.</title>
<updated>2018-05-02T11:46:23+00:00</updated>
<author>
<name>Martin Desruisseaux</name>
<email>martin.desruisseaux@geomatys.com</email>
</author>
<published>2018-05-02T11:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=74149c2504ba1dfc379b841ad076978d866825ba'/>
<id>74149c2504ba1dfc379b841ad076978d866825ba</id>
<content type='text'>
There is no code change in this commit, except the addition of @Native annotation on a constant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no code change in this commit, except the addition of @Native annotation on a constant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused $Id$ keywords.</title>
<updated>2015-05-31T04:22:59+00:00</updated>
<author>
<name>Elliott Sales de Andrade</name>
<email>quantum.analyst@gmail.com</email>
</author>
<published>2015-05-31T04:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5ed55f761233d1ab4ebbaa04354500aad27ad6a7'/>
<id>5ed55f761233d1ab4ebbaa04354500aad27ad6a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation updates and first configuration changes:</title>
<updated>2011-08-27T20:30:36+00:00</updated>
<author>
<name>Martin Desruisseaux</name>
<email>martin.desruisseaux@geomatys.fr</email>
</author>
<published>2011-08-27T20:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bcada9c0400f2c18c999b2e1e5bda824942e89f2'/>
<id>bcada9c0400f2c18c999b2e1e5bda824942e89f2</id>
<content type='text'>
  - Added @deprecated tags to the old bindings, with test pointing to their replacement.
  - Added a note in the header of the new bindings suggesting to keep the classes synchronized with GeoAPI (if possible).
  - Edited the README file for the new bindings, but did not yet edited the example.
  - Added the new files to the list of files declared in Makefile.in, and ran automake to regenerate Makefile.am.
  - Edited build.xml to generate the header file of PJ.h instead than Projections.h.


git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2092 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Added @deprecated tags to the old bindings, with test pointing to their replacement.
  - Added a note in the header of the new bindings suggesting to keep the classes synchronized with GeoAPI (if possible).
  - Edited the README file for the new bindings, but did not yet edited the example.
  - Added the new files to the list of files declared in Makefile.in, and ran automake to regenerate Makefile.am.
  - Edited build.xml to generate the header file of PJ.h instead than Projections.h.


git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2092 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit of the new Java Native Interface (JNI) bindings.</title>
<updated>2011-08-27T18:46:06+00:00</updated>
<author>
<name>Martin Desruisseaux</name>
<email>martin.desruisseaux@geomatys.fr</email>
</author>
<published>2011-08-27T18:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b3c870ee6c48e1443292820999e7e658a805f10d'/>
<id>b3c870ee6c48e1443292820999e7e658a805f10d</id>
<content type='text'>
The new binding defines all native methods in org.proj4.PJ class.
The previous binding (org.proj4.Projections) is still present.
A next commit will update the Ant build file, the documentation and maybe the code of the previous bindings.


git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2091 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new binding defines all native methods in org.proj4.PJ class.
The previous binding (org.proj4.Projections) is still present.
A next commit will update the Ant build file, the documentation and maybe the code of the previous bindings.


git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2091 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
