org.geotools.data.simple
Interface SimpleFeatureWriter

All Superinterfaces:
Closeable, FeatureWriter<SimpleFeatureType,SimpleFeature>
All Known Subinterfaces:
DelegatingSimpleFeatureWriter

public interface SimpleFeatureWriter
extends FeatureWriter<SimpleFeatureType,SimpleFeature>

FeatureWriter for updating SimpleFeature content.


Method Summary
 
Methods inherited from interface FeatureWriter
close, getFeatureType, hasNext, next, remove, write
 



Copyright © 1996-2014 Geotools. All Rights Reserved.