Justin Deoliveira ha scritto: > Hi all, > > As part of ows5 and a wfs 1.1 xlink reference implementation, we have > been tasked with implementing the wfs GetGmlObject operation in > GeoServer. I have created a proposal for the geotools component of the work: > > http://docs.codehaus.org/display/GEOTOOLS/Support+GetGMLObject > > The proposal is actually broken up into two alternatives (both explained > in the proposal itself). So for voting there are two parts, the normal > +1/-1 schema, plus voting for the preferred alternative.
Hi Justin, option one looks fine, but GeoServer heavily uses FeatureStore wrappers for a number of reasons, and the actual API uses FeatureStore as well, I can't remember a place where we use DataStore directly (there may be, I haven't checked). Given that most of the querying methods are in FetureSource anyways, I'd suggest to make the FeatureSources implement GmlObjectAware instead. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
