League\Geotools\Convert\Convert::toDMS PHP Méthode

toDMS() public méthode

Alias of toDegreesMinutesSeconds function.
public toDMS ( string $format = ConvertInterface::DEFAULT_DMS_FORMAT ) : string
$format string The way to format the DMS coordinate.
Résultat string Converted and formatted string.
    public function toDMS($format = ConvertInterface::DEFAULT_DMS_FORMAT)
    {
        return $this->toDegreesMinutesSeconds($format);
    }