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
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