/
| 47 | |
| 48 | /**************************************************************************************/ |
| 49 | bool PJCoordOperation::isInstantiable() const { |
| 50 | /**************************************************************************************/ |
| 51 | if (isInstantiableCached == INSTANTIABLE_STATUS_UNKNOWN) |
| 52 | isInstantiableCached = proj_coordoperation_is_instantiable(pj->ctx, pj); |
| 53 | return (isInstantiableCached == 1); |
| 54 | } |
| 55 | |
| 56 | // Returns true if the passed operation uses NADCON5 grids for NAD83 to |
| 57 | // NAD83(HARN) |
no test coverage detected