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(); } }
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(); } }
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(); } }
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(); } }
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); }
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); }