public class ShapefileWriter
extends java.lang.Object
Constructor and Description |
---|
ShapefileWriter()
General constructor
|
Modifier and Type | Method and Description |
---|---|
void |
write(java.io.File file,
org.geotools.feature.FeatureCollection collection,
org.opengis.feature.simple.SimpleFeatureType featureType)
Method for writing output of a feature collection
|
public void write(java.io.File file, org.geotools.feature.FeatureCollection collection, org.opengis.feature.simple.SimpleFeatureType featureType)
file
- the file to write tocollection
- the feature collection to write outfeatureType
- the feature type containing attributes