MemoryFeatureCollection.java | Class | Implement a FeatureCollection by burning memory!
Contents are maintained in a sorted TreeMap by FID, this serves as a reference implementation
when exploring the FeatureCollection api.
This is similar to DefaultFeatureCollection, although additional methods are
supported and test cases have been written. |