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

Method getEastingNorthingZOffset

src/transformations/defmodel.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 bool getEastingNorthingZOffset(int ix, int iy, double &eastingOffset,
193 double &northingOffset,
194 double &zOffset) const {
195 return getEastingNorthingOffset(ix, iy, eastingOffset,
196 northingOffset) &&
197 getZOffset(ix, iy, zOffset);
198 }
199
200#ifdef DEBUG_DEFMODEL
201 std::string name() const { return realGrid->name(); }

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected