File Geodatabase Explorer using Java

5130
3
03-20-2011 12:27 PM
Jan-Tschada
Esri Contributor
I started to get my hands dirty with the File Geodatabase API and created some sample File System Explorer using Java. This is my first intimate touch with JNI and I have to learn it the hard way.

As far as I can judge it ... this API rocks. Nothin' but a GDB thang babe! 🙂
Thanks for this API.

Source Forge: JFileGdbExplorer
https://sourceforge.net/projects/jfilegdbexplore/

Product Manager
Developers and Location Services
Germany and Switzerland
0 Kudos
3 Replies
GavinSutcliffe
New Contributor
How did you produce the JNI bindings to C++? I'm looking at putting a Java interface in front of the File Geodatabase API, and putting REST services in front of it, amongst other things. I'd be interested in any lessons learned, since JNI-from-scratch is relatively new to me.

- Gavin
0 Kudos
ChunjieXu
New Contributor II
is esri has a official plan to develop a Java api for the the file geodatabase api?
PatriceFREYDIERE
New Contributor II

There is a first implementation here, that could be hardened on the community usage, 

simple to use and install : GitHub - frett27/jfgdb: Java File Geodatabase (FGDB) JNI Wrapper, permit to read/write simple featur... 

Based on 1.4 FGDB C++ API, using JNI