Setting the parameters of the output raster in the dialog «Saving the map image into files of graphic formats» |
Three key parameters of the output raster (resolution, scale and element size) are interrelated among themselves:
Scale = PrecisionMet * MeterInElement.
Calculating the values of parameters of the output raster when starting the dialog:
MeterInElement = Scale / PrecisionMet.
Calculating the values of parameters of output raster when changing the Scale value in the dialog:
MeterInElement = Scale / PrecisionMet.
Calculating the values of parameters of the output raster when changing the value of the Element size:
Scale = PrecisionMet * MeterInElement.
|