Class VectorDataNodeWriter
- java.lang.Object
-
- org.esa.snap.core.dataio.geometry.VectorDataNodeWriter
-
public class VectorDataNodeWriter extends Object
A writer for VectorDataNodes.
-
-
Constructor Summary
Constructors Constructor Description VectorDataNodeWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(VectorDataNode vectorDataNode, File file)
void
writeFeatures(org.geotools.feature.FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureCollection, Writer writer)
void
writeProperties(Map<String,String> properties, Writer writer)
-
-
-
Method Detail
-
write
public void write(VectorDataNode vectorDataNode, File file) throws IOException
- Throws:
IOException
-
writeFeatures
public void writeFeatures(org.geotools.feature.FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureCollection, Writer writer) throws IOException
- Throws:
IOException
-
writeProperties
public void writeProperties(Map<String,String> properties, Writer writer) throws IOException
- Throws:
IOException
-
-