hasZ property

bool hasZ

True if the feature table supports geometries with Z values, false otherwise.

Implementation

bool get hasZ {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureTable_getHasZ(_handle, errorHandler);
  });
}