Hi, In the GPX dataStore I tried to replace the now deprecated FeatureType and Feature with SimpleFeatureType and SimpleFeature. But found some difficulties: the DataStore interface still defines the getSchema(...) method as returning FeatureType, and not SimpleFeatureType, and the case is similar with the FeatureReader interface. So should I leave them alone for now? Or maybe the DataSource and th FeatureReader interfaces going to be deprecated, and I should change them as well?
Thanks, Peter ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
