> > I had a question about (2) - you should be able to query the REST API
> based on the
> > bbox - and then use geotools to apply the rest of the filter. The
> shapefile
> > datastore does something similar to query the index based on the
> bounding box, and
> > then filter the results that come back from checking the index.
>
> Sure it can be done... sounds inefficient to me though. The fact is,
> getting the
> GeoJSON and parsing it is a relatively slow operation, therefore
> translating GT
> filters into the API native query expressions -before sending the request
> of
> course- looks like a better approach.
>

It is of course a better approach, however if all you have implemented now
is native bbox filters then there is at least a way forward. Get full
functionality now, and make it faster as time goes on.

There is a project here https://github.com/boundlessgeo/gsr that may be of
some interest to you for inspiration (it is a GPL extension for geoserver
but if you see something you like we can probably contribute to geotools).

>
> > I would also like to ensure you used ContentDataStore (since the old one
> is going
> > away next geotools release).
>
> I derived the datastore from org.geotools.data.store.ContentDataStore...
> is this
> the correct thing to do?
>

Perfect!

Since we are at that... I set the description of the featuretype resInfo
> member,
> but that text is not shown in the abstract field of the admin UI: what am
> I doing
> wrong?
>

Not all applications make use of the geotools resource info objects, we may
need to look at what GeoServer does for defaults.

There is a bug stomp scheduled for next monday, you are welcome to join and
see what trouble you can cause/fix.

>
> Cheers,
>
> Luca Morandini
> Data Architect - AURIN project
> Melbourne eResearch Group
> Department of Computing and Information Systems
> Room 3.08. Level 3,  Doug McDonell Building, Parkville Campus
> University of Melbourne
> Tel. +61 03 903 58 380
> Skype: lmorandini
> LinkedIn: https://www.linkedin.com/in/lmorandini
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> GeoTools-GT2-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to