The arcgis-runtime tag has no wiki summary.
1
vote
2answers
98 views
Using the ArcGIS Runtime SDK for C# is there a method to Hit Test for a polygon on the graphics layer?
I am very new to using ArcGIS runtime SDK for C#.
I have loaded a polygon from a shapefile.
I wish to query if a lat/long point is inside or outside the polygon?
How can I do this?
Thanks in ...
1
vote
2answers
155 views
Manipulating mpk/gpk/tpk with ArcGIS Runtime WPF
Is there a way work with those package files within Runtime and NOT in arcmap. It seems very inconvenient for where we have to use these packages, especially for geoprocessing.
Also, is there a way ...
2
votes
1answer
22 views
ESRI WPF Runtime Deployment Tool via Command Line?
I'd like to be able to use the WPF Runtime (10.1.1) Deployment tool via the command line. If I run DeploymentTool.exe /? on the command line, I get the dialog in the attached image. The /c option ...
2
votes
1answer
63 views
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code
I've been experimenting with the Military Aspects of Terrain Template, which has a toolbox associated with it. I've been using the following WPF Runtime code, which should open a tool in the ...
2
votes
3answers
181 views
How to handle layers with different Spatial references in ArcGIS Runtime SDK WPF?
I am currently writing the "Zoom to Layer" function for my application. However, the spatial references between my imported layer and my base map is different?
Is there a way around this? Can I some ...
2
votes
1answer
44 views
Using multiple LayerIDs in a Legend
This should be simple, but I cannot find any documentation on how to do it. I have a legend that is bound to my map that contains several layers. I do not want all of the layers to appear on my Legend ...
2
votes
0answers
127 views
Recommendations on an MVVM framework for ArcGIS Desktop add-ins and/or ArcGIS WPF Runtime
Is anyone using an MVVM framework with ArcGIS Desktop add-ins or the ArcGIS Runtime for WPF?
I am leaning towards Caliburn.Micro simply because it seems to be the most popular "lightweight" MVVM ...
1
vote
1answer
97 views
WPF Runtime Arcgis - How to create a MPK?
I would like to create a Map PacKage with ArcGIS Runtime WPF.
Have you an example ?
Thank you
0
votes
2answers
79 views
WPF Runtime Arcgis - How to open MXD?
I would like to open MXD with ArcGIS Runtime WPF. There is no example about this.
Anybody has a solution ?
Thank you
0
votes
1answer
75 views
IDE Problem ArcGIS Runtime SDK for Android
I'm trying to develop an app with ArcGIS Runtime SDK for Android. Honestly, I'm not much experienced.
Just looking for the best IDE choise.
Eclipse works just fine with the Runtime SDK. But has no ...
2
votes
0answers
148 views
Open shape file in ArcGIS Runtime WPF SDK as Graphics/Feature layer
I googled and followed this tutorial
http://www.arcgis.com/home/item.html?id=953a530ada30477d95cc69e788268bc9 and figured out how to import Shape files and Rasters into Runtime.
However, it seems ...