예제 #1
0
파일: Gdal.cs 프로젝트: jugstalt/gViewGisOS
 public static void GDAL_GCP_set_Id(GCP gcp, string pszId)
 {
     GdalPINVOKE.GDAL_GCP_set_Id(GCP.getCPtr(gcp), pszId);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
파일: Gdal.cs 프로젝트: jugstalt/gViewGisOS
 public static void GDAL_GCP_set_GCPLine(GCP gcp, double dfGCPLine)
 {
     GdalPINVOKE.GDAL_GCP_set_GCPLine(GCP.getCPtr(gcp), dfGCPLine);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
파일: Gdal.cs 프로젝트: jugstalt/gViewGisOS
 internal static void __WriteCArrayItem_GDAL_GCP(IntPtr carray, int index, GCP value)
 {
     GdalPINVOKE.__WriteCArrayItem_GDAL_GCP(carray, index, GCP.getCPtr(value));
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
 private void __WriteCArrayItem_GDAL_GCP(IntPtr carray, int index, GCP value)
 {
     GdalPINVOKE.Dataset___WriteCArrayItem_GDAL_GCP(swigCPtr, carray, index, GCP.getCPtr(value));
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
파일: Gdal.cs 프로젝트: jugstalt/gViewGisOS
        public static string GDAL_GCP_get_Id(GCP gcp)
        {
            string ret = GdalPINVOKE.GDAL_GCP_get_Id(GCP.getCPtr(gcp));

            if (GdalPINVOKE.SWIGPendingException.Pending)
            {
                throw GdalPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #6
0
파일: Gdal.cs 프로젝트: jugstalt/gViewGisOS
        public static double GDAL_GCP_get_GCPLine(GCP gcp)
        {
            double ret = GdalPINVOKE.GDAL_GCP_get_GCPLine(GCP.getCPtr(gcp));

            if (GdalPINVOKE.SWIGPendingException.Pending)
            {
                throw GdalPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }