Ejemplo n.º 1
0
 public void SetTableType(RATTableType eTableType)
 {
     GdalPINVOKE.RasterAttributeTable_SetTableType(swigCPtr, (int)eTableType);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public RATTableType GetTableType()
        {
            RATTableType ret = (RATTableType)GdalPINVOKE.RasterAttributeTable_GetTableType(swigCPtr);

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