public static function withDMS($d, $m, $s, $hemisphere)
 {
     $instance = new self();
     $instance->createByDMS($d, $m, $s, $hemisphere);
     return $instance;
 }