easting property

double get easting

The easting (x) in metres from the false easting (-500km from the central meridian).

The normal value range is roughly 0..1000000m. 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 easting => projected.x;