MosaicWriter.MaximumResolution Property
Gets or if uninitialized sets the pixel size in meters for the most detailed tiles.
Syntax
public System.Double MaximumResolution { get; set; }
Property Value
Default: 0.1
The pixel size in meters for the most detailed tiles.
Remarks
Controls the pixel resolution of the most detailed tiles created by the MosaicWriter. The final pixel size of the most detailed tiles in the resulting GeoPackage is the size of Earth divided by a power of two. The pixel size will therefore be least as detailed as the MaximumResolution in meters but no more than twice as detailed.
The value may be edited if a table with the given TableName does not yet exist, signified by the Initialized property being False.
Platforms
Windows, Linux, Android