abstractpublic class AbstractSimpleFeatureCollection extends AbstractResourceCollection implements SimpleFeatureCollection(Code)
Pure implementation of SimpleFeatureCollection.
Because a SimpleFeatureCollection cannot contain attributes many methods are
stubbed to return appropriate null values, or throw
IllegalArgumentExceptions.
To make use of this class pelase extend with the following: