New Post: Problem when loading other .dll from my plugin dll
By the way I am writing plugin for Hydrodesktop... Cause my Mapwindow 4 can not load the plugin dll I have wrote. Are there anyone have this problem before? Thank you very much!
View ArticleNew Post: Problem when loading other .dll from my plugin dll
Try to check the platform target of your project. It has to be the same of your arcUtility.dll..
View ArticleNew Post: Zonal Statistics
Hi I have a raster grid and a polygon layer. I want to calculate Mean value for each polygon from the raster grid. Simply i create a loop through each raster cell and check if polygon intersect that...
View ArticleNew Post: Zonal Statistics
Ok, i think i found the problem but i'm confused. The Y axis of the map increases upward (just opposite of computer graphic). right? If so in raster grid the raster.Value[0,0] refers to which cell...
View ArticleNew Post: Zonal Statistics
Well actually it is bottom-left cell! I figure out my problem. in raster grid first cell is bottom-left one so value[0,0] contains value for that cell. But i think i found a bug: the Xllcenter and...
View ArticleSource code checked in, #72150
Changed references to DotSpatial.Controls in the Header/DockManager plugins.
View ArticleSource code checked in, #72151
Reversed the order of ithe items in the FeatureIdentifier so that they are in the same order as the Legend Items.
View ArticleSource code checked in, #72156
Synchronized the Legend with the Identify tool so that when one is clicked, the other is selected accordingly. Additionally, information in the Identify form is now open to view so as to make it less...
View ArticleNew Post: Saving points, lines or polygons with project and reload them
Hi When I draw a point on a layer, I save the project for example (test1.dspx), but when I want to open it again , either I can't find the points which I drew or the project does not want to open can...
View ArticleNew Post: Dotspatial.Plugins.MapwindowProjectFileCompatibility
Hi everybody. I have built a GIS application using Dotspatial. I am able to open Dotspatial projects (*.dspx),Images maps, PDF maps, but I can't open a mapwindow project. I tried to use the plugin...
View ArticleNew Post: Dotspatial.Plugins.MapwindowProjectFileCompatibility
Dotspatial.Plugins.MapwindowProjectFileCompatibility was created based on an earlier version of MapWindow 4. The MapWindow 4 project file has evolved in a non-backward-compatible way since then. It...
View ArticleNew Post: Zonal Statistics
ops... yes you are right! sorry for the wrong info, So you are basically saying that the xllcenter and yllcenter are pointing to the bottom right corner of cell (0,0)? Oscar
View ArticleNew Post: Dotspatial.Plugins.MapwindowProjectFileCompatibility
I think it will be very difficult, beacause when I wrote the code below : OpenProjectMwprj mwprjOpener = new OpenProjectMwprj(); mwprjOpener.App = appManager1; try { mwprjOpener.Open(ProjectName); }...
View ArticleNew Post: Problem when loading other .dll from my plugin dll
atcUtility depends on MapWinUtility.dll, so be sure to get the version of MapWinUtility.dll that was in the same package with it. If this is the version from BASINS, then it is compiled for x86 and...
View ArticleNew Post: how to centre mapwindow around a certain coordinate?
I have a working application which primarly now converts database data to shapes and projects them in the dutch coordinate system on the mapwindow. Now i made a button which looks up a certain ID-point...
View ArticleNew Post: Zonal Statistics
According to the documentations Xllcenter and Yllcenter must be the center of 1st cell coord in grid which is bottom-left cell. But as i said, i found: Xllcenter = Raster.Extent.MinX + Raster.CellWidth...
View ArticleCreated Unassigned: Label spatialite layer [24339]
The code for adding new layer from SQL Spatialite database in DotSpatial map works OK: SpatiaLiteHelper slh = new SpatiaLiteHelper(); GeometryColumnInfo item = r.DataBoundItem as GeometryColumnInfo;...
View Article