| Interface | Description |
|---|---|
| DelegatingSimpleFeatureWriter | |
| SimpleFeatureCollection |
Access to "simple" Feature content where each feature has the same SimpleFeatureType.
|
| SimpleFeatureIterator |
Streaming access to simple features, required to
FeatureIterator.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 | Description |
|---|---|
| DelegateSimpleFeatureReader | |
| EmptySimpleFeatureReader |
SimpleFeatureReader with no content.
|
| FilteringSimpleFeatureReader |
Filter simple reader content as it is being read.
|
Copyright © 1996–2019 Geotools. All rights reserved.