New Post: Problem with ClipPolygonWithPolygon
Yes, there is a method which can remove duplicate coordinates, but i don't know about similar for polygons.
View ArticleClosed Issue: DotSpatial Positioning.dll crashes application [23836]
Our company has developed a software that uses GPS. However we've had to use old geoframework drivers because dotspatial positioning driver makes the application to crash in some of our clients'...
View ArticleSource code checked in, #74319
[Branches/Topology_NTS] Updated to latest nts and geopapi
View ArticleUpdated Wiki: Home
NewsJanuary 13, 2014: Released DotSpatial 1.6. Details here. OverviewDotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis...
View ArticleUpdated Wiki: Home
NewsMay 1, 2014: Added several YouTube videos of sample projects (below) January 13, 2014: Released DotSpatial 1.6. Details here. OverviewDotSpatial is a geographic information system library written...
View ArticleUpdated Wiki: Home
NewsMay 1, 2014: Added several YouTube videos of sample projects (below) What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate...
View ArticleUpdated Wiki: Home
NewsMay 1, 2014: Added several YouTube videos of sample projects (below) What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate...
View ArticleUpdated Wiki: Home
NewsMay 1, 2014: Added several YouTube videos of sample projects (below) What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate...
View ArticleUpdated Wiki: Home
NewsMay 1, 2014: Added several YouTube videos of sample projects (below) What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate...
View ArticleNew Post: Position.TranslateTo() doesn't work
Dear community member, I have been experimenting with the Position.TranslateTo(position, angle, distance) method, and have found that the distance is often wrong. For...
View ArticleNew Post: return only features of a shapefile layer that's in the extent
how do I return only the features from a shapefile layer that's viewable in the current extent? What I'm trying to do is create a plugin that contains a timer set to 1 minute. Every minute an attribute...
View ArticleNew Post: Create a geometric network and traverse a graphs
Dear All I just wanted to check if anyone has tried or if it is possible at all to create a geometric network from a shapefile and find patch between nodes? There was a quick graph library that i saw...
View ArticleNew Comment on "BufferingCS"
FeatureSet fs = new FeatureSet(); fs.FillAttributes(); //Pass in the file path for the standard shapefile that will be opened //FeatureSet.Open(this.txtPadFileNaam.Text + MaatregelPunten +...
View ArticleNew Post: Position.TranslateTo() doesn't work
Although this is not related to my problem, others should know that:"The trigonometric formula used for this method is subject to errors when the distance to translate falls below a quarter mile...
View ArticleNew Post: return only features of a shapefile layer that's in the extent
Extent boundingBox = App.Map.MapFrame.Extent; List<IFeature> visibleFeatures = ((FeatureSet)myLayer.DataSet).Select(boundingBox); I tried the following code and it returns an incorrect number of...
View ArticleNew Post: return only features of a shapefile layer that's in the extent
extent to test against isApp.Map.ViewExtents
View ArticleCreated Unassigned: Distance.Parse does not handle negative values [25448]
Distance.Parse does not parse values that have a negative sign, even though negative distances are valid when specifying a distance with a double value and a unit. Distance.Parse("5m");This returns a...
View Article