New Post: DotSpatial Symbology Documentation
https://dotspatial.codeplex.com/documentation
View ArticleNew Post: DotSpatial Symbology Documentation
I checked the documentation page first. There is no documentation available for DotSpatial.Symbology. How does one know how to work with this namespace? Thanks, Tyler
View ArticleNew Post: DotSpatial Symbology Documentation
Have a look at the Getting Started Guide. Symbology is explained beginning with chapter 1.4.
View ArticleNew Post: Dueling DotSpatial.Symbology.IntervalMethods
Greetings, I've been working using different IntervalMethods to change how a dataset is displayed. I've created a comboBox with EqualInterval, Geometrical, NaturalBeaks, Quantile, and StandardDeviation...
View ArticleNew Post: Dueling DotSpatial.Symbology.IntervalMethods
What I usually do is test it in the small app that is part of the download (DemoMap). I look for things I might have to change and then look for them in code.
View ArticleCreated Unassigned: FeatureSet.Open(".shp") throws wrong error if .shx is...
If the .shx file is missing from the same path the exception thrown indicates the .shp fileName is missing but should instead indicate that the .shx fileName is missing.
View ArticleCreated Unassigned: Incorrect selection of polygons with Holes [63638]
Found a bug in the PartRange class under the method of IsHole.This: if (i < EndIndex){ x2 = Vertices[(i + 1) * 2]; y2 = Vertices[(i + 1) * 2 + 1];}else{ x2 = Vertices[StartIndex]; y2 =...
View ArticleEdited Unassigned: Incorrect selection of polygons with Holes [63638]
Found a bug in the PartRange class under the method of IsHole.This: if (i < EndIndex){ x2 = Vertices[(i + 1) * 2]; y2 = Vertices[(i + 1) * 2 + 1];}else{ x2 = Vertices[StartIndex]; y2 =...
View ArticleEdited Unassigned: Incorrect selection of polygons with Holes [63638]
Found a bug in the PartRange class under the method of IsHole.This: if (i < EndIndex){ x2 = Vertices[(i + 1) * 2]; y2 = Vertices[(i + 1) * 2 + 1];}else{ x2 = Vertices[StartIndex]; y2 =...
View ArticleCreated Unassigned: I have attached references but they are not Enabled.?...
i heve attached dotspital controler.dll
View ArticleCommented Unassigned: FeatureSet.Open(".shp") throws wrong error if .shx is...
If the .shx file is missing from the same path the exception thrown indicates the .shp fileName is missing but should instead indicate that the .shx fileName is missing. Comments: Please use...
View ArticleCommented Unassigned: Incorrect selection of polygons with Holes [63638]
Found a bug in the PartRange class under the method of IsHole.This: if (i < EndIndex){ x2 = Vertices[(i + 1) * 2]; y2 = Vertices[(i + 1) * 2 + 1];}else{ x2 = Vertices[StartIndex]; y2 =...
View ArticleNew Post: IDW interpolation
Hi All, I'm trying to familiarize myself with DotSpatial. I found some strange behavior when applying interpolation. The resulting grid is somewhat moved/rotated/mirrored? - please see image attached....
View ArticleNew Post: IDW interpolation
I went through the source code and I think that I've probably found the issue. In the InverseDistanceWeighting.cs class (DotSpatial.Tools), function "Execute", the coordinates of the output raster are...
View ArticleNew Post: How can I convert pixel coordinate to map coordinate for a gridline?
I do it .. Go to map Control find Onpaint override method paste this code after existing code System.Drawing.Point pt1, pt2; System.Drawing.Graphics mapGridHorizentalLine = map1.CreateGraphics(); Pen...
View ArticleNew Post: How to Add/Draw utm grid on map
I do it .. Go to map Control find Onpaint override method paste this code after existing code System.Drawing.Point pt1, pt2; System.Drawing.Graphics mapGridHorizentalLine = map1.CreateGraphics(); Pen...
View ArticleNew Post: BgdRaster means..?
I think the class needs some documentation. I was first thinking of binary number and not binary code.
View Article