In addition, subclasses must implement
ContentFeatureSource.buildFeatureType(SimpleTypeFactory) in which constructs the feature type for the feature.
author: Jody Garnett, Refractions Research Inc. author: Justin Deoliveira, The Open Planning Project
An implementation of this method should create a new instance of
SimpleTypeBuilder , injecting it with the factory provided by
the datastore via. Example.
SimpleTypeBuilder builder = new SimpleTypeBuilder( entry.getDataStore().getTypeFactory());
...