CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

Unhandled Exception #197

Open xhqiao89 opened 6 years ago

xhqiao89 commented 6 years ago

michaeldurand[CodePlex]
Version: 1.6.13.2 Description: Clicked on quotDeterministic Methodsquot in the interpolation tool tab. Error: System.InvalidCastException: Unable to cast object of type 'DotSpatial.Data.InRamImageData' to type 'DotSpatial.Data.IFeatureSet'.

at GeostatisticalTool.Classes.ConfigurationMethod.UpdataLayer() at GeostatisticalTool.Classes.ConfigurationMethod..ctor(Map map, ListBox method, ComboBox layer, ComboBox field)

at GeostatisticalTool.Forms.DeterministicMethods.DeterministicMethods_Load(Object sender, EventArgs e)

at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Messageamp m) at System.Windows.Forms.Control.WndProc(Messageamp m) at System.Windows.Forms.Form.WndProc(Messageamp m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)