hasGeometry property

bool hasGeometry

True if the feature table supports geographic features, false otherwise.

Implementation

bool get hasGeometry {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureTable_getHasGeometry(_handle, errorHandler);
  });
}