GeoPackageMetadataWriter.WriteMetadata Method
Writes a metadata entry to the GeoPackage file. Note that BeginTransaction needs to have been called before this method can be used.
WriteMetadata(GeoPackageMetadata metadataEntry)
Writes a metadata entry to the GeoPackage file. Note that BeginTransaction needs to have been called before this method can be used.Syntax
public System.Int64 WriteMetadata (
GeoPackageMetadata metadataEntry
)
Parameters
The metadata entry to be written to the metadata table.
Return Value
The row number to which the metadata entry was written. Use as the id to WritePackageReference and WriteTableReference.
Platforms
Windows, Linux, Android