hasM property

bool hasM

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

Implementation

bool get hasM {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureTable_getHasM(
      _handle,
      errorHandler,
    );
  });
}