Re: [Geotools-devel] ContentFeatureSource final methods

2015-06-09 Thread Andrea Aime
On Tue, Jun 9, 2015 at 12:09 AM, Elliott Bradshaw wrote: > Hi all, > > Firstly, I just want to say that I really like GeoTools/GeoServer. The > extensibility is fantastic, and it's pretty fun to develop against. > > > I'm working on a geotools datastore implementation for a project. I've > heed

Re: [Geotools-devel] ContentFeatureSource final methods

2015-06-08 Thread ebradshaw
Figured out part of my problem. My layer was not registering a Native CRS, and that was causing some problems. Looks like I can get away with the FeatureCollection not having the right type. Still unsure about the Query.ALL being passed to invertQuery. Any suggestions there? -- View this mes

[Geotools-devel] ContentFeatureSource final methods

2015-06-08 Thread Elliott Bradshaw
Hi all, Firstly, I just want to say that I really like GeoTools/GeoServer. The extensibility is fantastic, and it's pretty fun to develop against. I'm working on a geotools datastore implementation for a project. I've heeded the GT recommendation of using ContentDataStore, since AbstractData