MapPackageDataSet.MapPackageDataSet Constructor
Initializes a new instance of the MapPackageDataSet class.
MapPackageDataSet(System.String path, System.String fileName, System.String tableName)
Initializes a new instance of the MapPackageDataSet class.Syntax
public MapPackageDataSet (
System.String path,
System.String fileName,
System.String tableName
)
Parameters
The directory where the GeoPackage or Map Package file is located.
The name of the GeoPackage or Map Package file.
The name of the table inside the GeoPackage or Map Package to read from. For an MBTiles raster file, pass an empty string.
Remarks
The only parameters necessary to initialize a MapPackageDataSet is which file to read from and which table inside the file to read from. The GeoPackage or Map Package contains information about which coordinate reference system data is stored in as well as the bounding rectangle.
Platforms
Windows, Linux, Android