Package org.geotools.data.simple
-
Interface Summary Interface Description DelegatingSimpleFeatureWriter SimpleFeatureCollection Access to "simple" Feature content where each feature has the same SimpleFeatureType.SimpleFeatureIterator Streaming access to simple features, required toFeatureIterator.close()
after use.SimpleFeatureLocking Used to lock feature content to protect against other threads (or depending on the source of data other applications) making modifications when you are not looking.SimpleFeatureReader FeatureReader for SimpleFeature content.SimpleFeatureSource FeatureSource explicitly working with SimpleFeatureCollection.SimpleFeatureStore SimpleFeatureWriter FeatureWriter for updating SimpleFeature content. -
Class Summary Class Description DelegateSimpleFeatureReader EmptySimpleFeatureReader SimpleFeatureReader with no content.FilteringSimpleFeatureReader Filter simple reader content as it is being read.