It serves as an example implementation of:
This class will also illustrate the use of In-Process locking when the time comes.
typeName
This is an internal opperation used for setting up MemoryDataStore - please use FeatureWriter for generatl use.
This method is willing to create new FeatureTypes for MemoryDataStore.
You may use this to create a MemoryDataStore from a FeatureCollection.
Implements getFeatureWriter contract for AbstractDataStore.
FeatureTypes are stored by typeName, an IOException will be thrown if the requested typeName is already in use.
Implements getFeatureReader contract for AbstractDataStore.