isMissingProjectionEngineFiles property

bool isMissingProjectionEngineFiles

True if any files needed by the Projection Engine for this geographic transformation step are missing from the local file system.

Implementation

bool get isMissingProjectionEngineFiles {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_GeographicTransformationStep_getIsMissingProjectionEngineFiles(
            _handle, errorHandler);
  });
}