wkid property

int wkid

The well-known ID for the horizontal coordinate system, or 0 if the spatial reference has a custom horizontal coordinate system.

Implementation

int get wkid {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SpatialReference_getWKID(
      _handle,
      errorHandler,
    );
  });
}