GeoPackageMetadataWriter.WriteMetadata Method
Thread safety: This property is not thread-safe.
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
metadataEntry
Type: GeoPackageMetadata
The metadata entry to be written to the metadata table.
The metadata entry to be written to the metadata table.
Return Value
Type: System.Int64
The row number to which the metadata entry was written. Use as the id to WritePackageReference and WriteTableReference.
The row number to which the metadata entry was written. Use as the id to WritePackageReference and WriteTableReference.
Platforms
Windows, Linux, Android