You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: