KrovakNorthOrientedProjection.ScaleFactor Property
A scale factor, by which all projected coordinates will be multiplied.
Syntax
public System.Double ScaleFactor { get; }
Property Value
Default: 0.9999
A dimensionless scale factor.
Remarks
For the Krovak projection used in the Czech and Slovakian republics, the absolute value of the scale factor should be 0.9999. In Carmenta Engine, the positive value 0.9999 gives you the north-oriented variant of the projection, which is normally used for GIS data, while the negated value -0.9999 gives you the traditional south-oriented variant. (See the KrovakNorthOrientedProjection class.)
Platforms
Windows, Linux, Android