MapPackageVectorWriter.WriteFeature Method
Writes a single vector feature to a GeoPackage table. Note that BeginTransaction needs to have been called before this method can be used.
WriteFeature(Feature feature)
Writes a single vector feature to a GeoPackage table. Note that BeginTransaction needs to have been called before this method can be used.Syntax
public void WriteFeature (
Feature feature
)
Parameters
The vector feature to write to the GeoPackage table.
Remarks
The feature must have the same coordinate reference system as the MapPackageVectorTable that was used to create the writer, or an exception will be thrown.
Platforms
Windows, Linux, Android