MCPcopy Create free account
hub / github.com/LAStools/LAStools / get_GeogLinearUnitSizeGeoKey

Method get_GeogLinearUnitSizeGeoKey

src/geoprojectionconverter.cpp:3496–3505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3494}
3495
3496double GeoProjectionConverter::get_GeogLinearUnitSizeGeoKey() const {
3497 if (num_geo_keys && geo_double_params) {
3498 for (int i = 0; i < num_geo_keys; i++) {
3499 if (geo_keys[i].key_id == 2053) {
3500 return geo_double_params[geo_keys[i].value_offset];
3501 }
3502 }
3503 }
3504 return 0;
3505}
3506
3507short GeoProjectionConverter::get_GeogAngularUnitsGeoKey() const {
3508 if (num_geo_keys) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected