Bleck I have gotten stuck on PropertyValueCollection.
The conflict is:
- current implementation DecoratingFeatureCollection; however
- the actual contents are of type Attribute (i.e. not Feature)
As it stands this problem is ignored by not making use of any generics, so the
compiler does not catch out this disconnect!
While I can make this into a clean Collection<Attribute> it means the
ValueCollectionTypeBindingTest test case no longer works:
ValueCollectionType vc =
Wfs20Factory.eINSTANCE.createValueCollectionType();
vc.getMember().add(new PropertyValueCollection(features,
featureType.getDescriptor("geom")));
(Which is expecting a FeatureCollection)
I have tried fixing this different ways, and am running out of anything that is
not a hack.
I am going to take one last attempt: Since this can only take a single
"descriptor", I am going to try and get it to actually return features,
consisting of a single attribute :(
--
Jody Garnett
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel