Re: [Geotools-devel] geoapi features

2007-07-27 Thread Jody Garnett
Yep leave them alone for now; we are in the process of transition FeatureType extends SimpleFeatureType and Feature extends SimpleFeature. Cheers, Jody Bolla Péter wrote: > Hi, > > In the GPX dataStore I tried to replace the now deprecated FeatureType > and Feature with SimpleFeatureType and Si

[Geotools-devel] geoapi features

2007-07-27 Thread Bolla Péter
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 sim