ShapefileWriter.WriteFeature Method
Writes a single feature to the Shapefile.
WriteFeature(Feature feature)
Writes a single feature to the Shapefile.Syntax
public void WriteFeature (
Feature feature
)
Parameters
The feature to write.
Remarks
This method ignores features that do not match the schema of the ShapefileWriter or have the wrong coordinate reference system.
Only the x and y coordinates will be written, the z-coordinates will be discarded.
It is possible that writing a feature would make the current .shp file or .dbf file too big. The method can handle that case in two different ways; for details, see the boolean property SplitBigFiles.
Platforms
Windows, Linux, Android