Re: [Geotools-devel] Implementing custom nonbinary database commands in new JDBC DataStore

2017-12-05 Thread Travis Brundage
Hi Andrea, Thank you for the taking the time to share that example, that helps a lot. Jody told me at a high level something similar to what is going on here, and it looks like that is an accurate example for what I am trying to accomplish. Cheers, Travis On Tue, Dec 5, 2017 at 1:05 AM, Andrea A

Re: [Geotools-devel] Implementing custom nonbinary database commands in new JDBC DataStore

2017-12-05 Thread Andrea Aime
Hi Travis, the filter system does not have an official extension point for a store specific functionality. However, there's way that we already used for Oracle in order to handle a KNN search that cannot be made available as a filter (like, it does not have a semantic matching any of the existing

[Geotools-devel] Implementing custom nonbinary database commands in new JDBC DataStore

2017-11-27 Thread Travis Brundage
Greetings all, I've been working on developing a new JDBC DataStore for HP Vertica databases. Thus far, I seem to be successful in getting a new connection and ability to import data, but now I've been trying to work on getting the database's custom commands used by GeoServer. I'm a bit ignorant i