I have implemented a data store and the associated classes such as
FeatureSource/Store and FeatureCollection. I've registered this as a
source in Geoserver. Everything works fine as long as the layer name is
equal to the feature name - in particular, getting type dimensions such as
min and max datetime works well. However, if the name does not match the
type name, then my source is getting wrapped in a RetypingFeatureSource and
getting type dimensions incurs a full table scan. Digging into the code a
bit, the DecoratingFeatureCollection (parent class of
RetypingFeatureCollection) is not delegating to the underlying wrapped
collection in its accept(visitor) method. Is there another way of
instantiating a custom data store that will perform delegation for
aggregation operations?
Thanks,
Anthony
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel