Esempio n. 1
0
 public void ComputeBandStats(double[] argout, int samplestep)
 {
     GdalPINVOKE.Band_ComputeBandStats(swigCPtr, argout, samplestep);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }