wkText property

String wkText

The well-known text for the horizontal and vertical coordinate system.

Implementation

String get wkText {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SpatialReference_getWKText(_handle, errorHandler);
  });
  return stringHandle.toDartString();
}