Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] C++ access

Hi David,

It looks like GeoToolsProxy is exactly what you are looking for.  Connor Manning was working with GeoMesa several months ago, and he needed C++ access as well.  The project may meet your needs right out of the box; GeoMesa has been under heavy development since Connor last updated his code, so there may be something which needs updated.

In general, I do want to support community add-ons and capabilities like this.  If GTP doesn't work out of the box, this list would be a great place to discuss any issues.

Sadly, I don't have any experience calling Java/Scala code from JNI.  It seems like that may work.  Despite working in Scala, we do our best to make sure that our features can be called from Java.

Cheers,

Jim


On 03/23/2015 02:02 PM, David J. Bakeman wrote:
I need to access geomesa from within legacy C++ code is there a preferred path for this?

I googled and found GeoToolsProxy server but not much else.  I am relatively new to java but it appears I could use the JNI interface?

Thanks for any help.


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geomesa-users


Back to the top