easting property
Easting coordinate.
Returns
- (double) The easting value.
Implementation
double get easting {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_BNG',
'getEasting',
);
return resultString['result'];
}