KrovakNorthOrientedProjection.FalseNorthing Property
Offset for the y coordinates.
Syntax
public System.Double FalseNorthing { get; }
Property Value
Remarks
To avoid negative coordinates, you can specify a FalseNorthing that will be added to each projected y coordinate. The Krovak projection is a little unusual, though. The point whose projected coordinates are (FalseEasting, FalseNorthing) does not have the geographic coordinates (CentralLongitude, CentralLatitude). Instead, it is located at the apex of the oblique cone, so its longitude is CentralLongitude, but its latitude is approximately 90° - ColatitudeConeAxis.
Platforms
Windows, Linux, Android