POST
|
I've created an ArcGIS runtime wpf app, with some other libraries for pdfs, but when I publish de app, the information that should be stored in local files doesn't load, and then the application close itself, can somebody help me pls?
... View more
06-07-2020
02:08 AM
|
0
|
1
|
49
|
POST
|
I want to make a point collection from an Xyz file, in order to do that, I need to aggregate the points to the point collection, but it doesn't seem to work. Esri.ArcGISRuntime.Geometry.PointCollection VMM40Points = new Esri.ArcGISRuntime.Geometry.PointCollection(Spatialreference); for (int i = 1; i == xyz.Count / 3; i += 3) { VMM40Points.Add(xyz[i - 1], xyz, xyz[i + 1]); }
... View more
05-23-2020
05:04 PM
|
0
|
2
|
122
|
POST
|
Hi, I've got a trouble, I need to draw points within a shapefile, spaced one point with other 800 mts, but all within the shape, any Idea? Or, how to get the points where the perimeters are in the shapefile, so I can manually add its within the shapefile.
... View more
05-21-2020
03:07 PM
|
0
|
1
|
71
|
POST
|
Michael, I've tried to display the area of the feature, but I don't get anything, the following is the code that I've been using: Also, here is the attribute table of the shapefile:
... View more
05-16-2020
05:23 PM
|
0
|
2
|
63
|
POST
|
Hi Mike, thanks for replying. Yes I understand you, 1 Shapefile has just 1 feature, I just need the area of that feature. And also I need the Sum of all the areas from another shapefile, Thanks for the advice! any news I'll post right here.
... View more
05-16-2020
04:48 PM
|
0
|
0
|
63
|
POST
|
Hi, I need to get the area from a shapefile, this has the area in its attribution table, but I need it as a double. I've tried to convert the shapefile into a graphic but I don't know-how. This in order to work with the graphic library and calculate the areas. Thanks! Erick Morris Student of petroleum engineer.
... View more
05-16-2020
02:24 PM
|
0
|
5
|
143
|
POST
|
I need to calculate the area and do some symmetrical differences between 2 layers, those layers are in shapefile format, so, in order to calculate the area with ArcGIS.geometry I need that in the geometry format, I've been working in C#
... View more
05-15-2020
01:06 PM
|
0
|
0
|
50
|
POST
|
I've tried to get the area of a loaded shapefile in .NET SDK but I couldn't made it so far.
... View more
05-14-2020
02:38 PM
|
0
|
0
|
50
|