verticalWkid property

int verticalWkid

The well-known ID for the vertical coordinate system (VCS), or 0 if the spatial reference has no VCS or has a custom VCS.

Implementation

int get verticalWkid {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SpatialReference_getVerticalWKID(
        _handle, errorHandler);
  });
}