Home
last modified time | relevance | path

Searched refs:convertDDtoDMS (Results 1 – 2 of 2) sorted by relevance

/plugin/geotag/syntax/
Dgeotag.php245 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
256 private function convertDDtoDMS(float $decimaldegrees): string function in syntax_plugin_geotag_geotag
279 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
/plugin/openlayersmap/syntax/
Dolmap.php679 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
690 private function convertDDtoDMS(float $decimaldegrees): string function in syntax_plugin_openlayersmap_olmap
713 $dms = $this->convertDDtoDMS(abs($decimaldegrees));