northing property

double get northing

The northing (y) in metres from the equator (N) or from the false northing -10,000km (S).

The normal value range is roughly 0..9329006m in the northern hemisphere and 1116914..10000000m in the southern hemisphere. The value can be outside of this range if alternative zones are used and verifyEN is set false when creating the UTM coordinates.

See also projected for the full UTM projected position.

Implementation

double get northing => projected.y;