League\Geotools\Convert\Convert::toDMS PHP 메소드

toDMS() 공개 메소드

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