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