frett27 / jfgdb

Java File Geodatabase (FGDB) JNI Wrapper, permit to read/write simple features in .gdb from Java
Apache License 2.0
13 stars 11 forks source link

Binary / Blob support, #6

Open frett27 opened 3 years ago

frett27 commented 3 years ago

Hi Patrice,

I'm using your Java File Geodatabase wrapper to read geodatabases and ran into an issue. There are some blob fields I'm trying to read out but it doesn't seem there are methods to do this via your wrapper. When reading through the documentation for the API it looks like there is a method row.getBinary that will return a byte array field, which seems like it could work to read the blobs. image.png Is there a reason the Java wrapper doesn't have this method?

Or, if I'm missing something, is there a way to read out the blob fields?

Thanks, Jenna

jennanmchugh commented 3 years ago

@frett27 any update on this feature?

frett27 commented 3 years ago

Hi Jenna, at every time, you can fork and adjust the elements, from the analysis made a couple of time ago the blob api was not as mature as the new releases, i think moving to the latest version is a first step to your goal. i can't commit myself yet on this feature, i currently does not have the bandwidth to work on this enhancement.