예제 #1
0
 public static void SetPROJAuxDbPath(string utf8_path)
 {
     OsrPINVOKE.SetPROJAuxDbPath(Osr.StringToUtf8Bytes(utf8_path));
     if (OsrPINVOKE.SWIGPendingException.Pending)
     {
         throw OsrPINVOKE.SWIGPendingException.Retrieve();
     }
 }