Questions tagged [arcgis-runtime-net]

76 questions
0
votes
2 answers

Unable to implement WPF MVVM properly

Using ArcGIS Runtime .Net SDK 10.2.7, with MVVM pattern I am getting 'System.NullReferenceException'. in ViewModel constructor at: this.mapView.Map.Layers.Add(localTiledLayer); What am I doing wrong? What I have is: 1- ViewModel.cs public class…
Mona Coder
  • 6,212
  • 18
  • 66
  • 128
0
votes
1 answer

Offline Vector Tile Package Style

Is there currently a way to swap out styles of an offline local Vector Tile Package (.vtpk) without ArcGIS Pro? I'm open to accomplishing this programatically with the ArcGIS Runtime SDK for .NET (WPF). The goal is to maintain a single copy…
0
votes
1 answer

Want to show custom Geodesic buffer points using local CSV in ArcGIS

I used the Geodesic buffers sample code of ArcGIS from the following link https://developers.arcgis.com/javascript/3/jssamples/ge_geodesic_buffers.html Setup the proxy. it worked fine and showed all the points with features. It was getting the…
user7730840
0
votes
1 answer

Trying to get a cookie value which I set on ARCGIS online but not getting any value back?

I am trying to set a cookie in ESRI Arcgis online using ESRI runtime SDK for .net v100. var cookie = new CookieHeaderValue("customCookie", cred.Token); var response = Request.CreateResponse(HttpStatusCode.OK, new { …
0
votes
1 answer

ESRI ArcGIS Runtime: AttributeLabelClass 10.2.7 ==> 100.0

The 10.2.7 runtime has the class 'AttributeLabelClass' that allows you to format the labels for graphics and add it to a GraphicsLayer such that all Graphics with a certain attribute will render the same way. Does anyone know if anything like this…
user3228938
  • 155
  • 1
  • 8
0
votes
1 answer

How to display an ESRI MapView and a ListView on one page in Xamarin.Android

I would like to evenly divide a page between an ArcGISRuntime MapView and a ListView that displays attributes for elements in the map. I am using Xamarin Android. After some research, it seemed that GridLayout was the preferred way to divide up a…
0
votes
1 answer

Xamarin.Forms iOS mTouch Error

I am developing an application at ESRI ArcGIS Runtime (Xamarin.Forms [Shared]). I am using a default ArcGIS template in Visual Studio. When i run the app for IOS, it runs successfully but whenever i zoom in 4-5 times, the application returns me the…
Sinan Barut
  • 510
  • 1
  • 6
  • 14
0
votes
1 answer

How to add shape file in map using arcgis javascript even if shape file exceeded the maximum number of records allowed i.e 1000

I am new to arcgis.I am referring documentation of arcgis javascript 3.19 API.I have taken example from that documentation for adding shape file but when I added zip file which contains .shx,.mdf etc file it gives me error like "The maximum number…
0
votes
3 answers

How to disable map in arcgis javascript

I am new to arcgis javascript. I have created street map in arcgis javascript and also added graphics into that map.I want to disable that map not the graphics on that map.How can I do it? Example- I have added a basemap which has type of street and…
0
votes
1 answer

Display scale line - ArcGIS Runtime SDK - Xamarin.Forms

I am using the 1st release of the ArcGIS Runtime SDK for .Net - Xamarin.Forms (nuget package here). One of my requirements is to display a basic scale line on the map. I haven't found any build-in feature for the moment. It seems to be tricky…
Thomas
  • 24,234
  • 6
  • 81
  • 125
0
votes
1 answer

Display compass - ArcGIS Runtime SDK - Xamarin.Forms

I am using the 1st release of the ArcGIS Runtime SDK for .Net - Xamarin.Forms (nuget package here). One of the requirements is to display a compass that indicates the north. I haven't found any build-in feature for the moment. Is someone can point…
Thomas
  • 24,234
  • 6
  • 81
  • 125
-1
votes
2 answers

ArcGIS Runtime : How to convert a point's unit from degree to meter

I have two geometries with the same coordinate system (Wgs84), but their data units are different, one is degree and the other is meter. I need to perform some operations on them, like: var g1 = GeometryEngine.Difference(geometry1, geometry2); But…
zLulus
  • 15
  • 1
  • 3
-1
votes
1 answer

How do I update extremely old ArcGIS.Client dll's to ArcGISRuntime version 100.7

Recently, my team has inherited an older application and have been tasked with updating the packages that it has. I have three ESRI.ArcGIS.Client dll's that were downloaded into the Visual Studio 2008 solution when the app was…
tCoe
  • 401
  • 1
  • 5
  • 24
-2
votes
1 answer

How to loop a C# ARGGIS asynchronous method (Check post for the method code)

I am using the arcGIS SDK in C# to search for addresses. What i would like to do is search for multiple addresses and then executing a method when all the addresses are found. This will most likely be achieved by using a loop. Here is the code to…
-2
votes
1 answer

Does arcgis Map api supports for cluster locations in UWP windows application?

I have gone through that arcgis map documentation i have an requirement cluster wise displaying my location on map. Does this possible in C# UWP mobile application Please share me code related to this.
1 2 3 4
5