isMissingProjectionEngineFiles property
True if the dataset needed by the Projection Engine is missing from the local file system.
Implementation
bool get isMissingProjectionEngineFiles {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_DatumTransformation_getIsMissingProjectionEngineFiles(
_handle, errorHandler);
});
}