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

Method NullGenericShiftGrid

src/grids.cpp:2973–2973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2971
2972 public:
2973 NullGenericShiftGrid() : GenericShiftGrid("null", 3, 3, globalExtent()) {}
2974
2975 bool isNullGrid() const override { return true; }
2976 bool valueAt(int, int, int, float &out) const override;

Callers

nothing calls this directly

Calls 1

globalExtentFunction · 0.85

Tested by

no test coverage detected