Hi, working on GeoServer GSIP 57 (see http://geoserver.org/display/GEOS/GSIP+57+-+Improving+GeoServer+authorization+framework) I found the need to retype complex features. To my surprise apparently there is no such a thing for complex features, nor there is an equivalent of SimpleFeatureTypeBuilder or SimpleFeatureBuilder...
As far as I can see one has to go and use FeatureTypeFactory directly for the FeatureType instantiation, and for features... humm... there is not even a factory, one has to go and use FeatureImpl, whose javadoc still says: Temptative implementation of Feature. NOTE this is work in progress and at this time not really being used throughout the library. Humm.... am I missing something? I was totally expecting to have to build the retyping collection, but finding the basics missing was a surprise. Cheers Andrea ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
