x property
Returns the x coordinate of the point.
Returns
- The x coordinate of the point as a double.
Implementation
double get x {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_UTM',
'getX',
);
return resultString['result'];
}