public static function withDecimal($degrees)
 {
     $instance = new self();
     $instance->createByDecimal($degrees);
     return $instance;
 }