Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ NullHorizontalShiftGrid
Method
NullHorizontalShiftGrid
src/grids.cpp:1766–1767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1764
1765
public:
1766
NullHorizontalShiftGrid()
1767
: HorizontalShiftGrid(
"null"
, 3, 3, globalExtent()) {}
1768
1769
bool isNullGrid() const override { return true; }
1770
Callers
nothing calls this directly
Calls
1
globalExtent
Function · 0.85
Tested by
no test coverage detected