MapPackage.MapPackage Constructor
Initializes a new instance of the MapPackage class with the given path and file name for writing to a new or existing OGC GeoPackage.
MapPackage(System.String fileName)
Initializes a new instance of the MapPackage class with the given path and file name for writing to a new or existing OGC GeoPackage.Syntax
public MapPackage (
System.String fileName
)
Parameters
The name of the GeoPackage file to write to.
Remarks
The file will be created if it does not exist. If an existing file is specified it will be opened to enable writing to new tables in the GeoPackage.
Platforms
Windows, Linux, Android