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