コード例 #1
0
 public void TransformPoints(int nCount, double[] x, double[] y, double[] z)
 {
     OsrPINVOKE.CoordinateTransformation_TransformPoints(swigCPtr, nCount, x, y, z);
     if (OsrPINVOKE.SWIGPendingException.Pending)
     {
         throw OsrPINVOKE.SWIGPendingException.Retrieve();
     }
 }