MCPcopy Create free account
hub / github.com/OSGeo/PROJ / isInstantiable

Method isInstantiable

src/coord_operation.cpp:49–54  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

47
48/**************************************************************************************/
49bool 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)

Callers 3

proj_pj_infoFunction · 0.80

Tested by

no test coverage detected