Home
last modified time | relevance | path

Searched refs:calcAverageLatLon (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h234 static LatLon calcAverageLatLon(const QString& path);
294 static LatLon calcAverageLatLon(OGRDataSourceH data_source);
H A Dogr_file_format.cpp836 auto center = calcAverageLatLon(data_source); in importGeoreferencing()
1590 LatLon OgrFileImport::calcAverageLatLon(const QString& path) in calcAverageLatLon() function in OpenOrienteering::OgrFileImport
1601 return calcAverageLatLon(data_source.get()); in calcAverageLatLon()
1606 LatLon OgrFileImport::calcAverageLatLon(OGRDataSourceH data_source) in calcAverageLatLon() function in OpenOrienteering::OgrFileImport
H A Dogr_template.cpp184 auto center = OgrFileImport::calcAverageLatLon(path); in makeOrthographicGeoreferencing()