MosaicWriter.MosaicWriter Constructor
MosaicWriter(System.String filename, System.String tableName, Operator input)
Initializes a new instance of the MosaicWriter class with the given path, table name and operator chain for writing projected video to a new or existing OGC GeoPackage.Syntax
public MosaicWriter (
System.String filename,
System.String tableName,
Operator input
)
Parameters
filename
Type: System.String
The GeoPackage file to write to.
The GeoPackage file to write to.
tableName
Type: System.String
The name of the GeoPackage table to write to.
The name of the GeoPackage table to write to.
input
Type: Operator
The operator to read projected video frames from.
The operator to read projected video frames from.
Platforms
Windows, Linux, Android