Questions tagged [arcgis-runtime]

ArcGIS Runtime SDKs help you build and deploy native applications to a variety of popular platforms and devices like Android, iOS, Java, .Net, OS X, Qt.

161 questions
6
votes
2 answers

Implementing MVVM with ArcGIS Runtime local server

I am trying to setup a ESRI Local Server for displaying .mpk. I have a Model like public class Model { private string basemapLayerUri = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"; private string…
Mona Coder
  • 6,212
  • 18
  • 66
  • 128
4
votes
1 answer

How to query DTED offline using ArcGIS .Net SDK?

Our application needs to do some elevation calculations (and is not connected to the internet), as a result we need to determine the highest elevation for a given polygon. How can we query DTED offline using ArcGIS .Net SDK? Here is the little…
3
votes
1 answer

Blazor ArcGIS configuration

I'm still relatively new to building Blazor applications and have found it pretty difficult to convert the ArcGIS .NET API guides into a working Blazor application. The only way I found to do it was to essentially use javascript to view my map. Does…
Cslim
  • 303
  • 2
  • 8
3
votes
1 answer

Esri.ArcGISRuntime nuget package is not supported for netcoreapp2.2

I'm trying to use the following classes CredentialRequestInfo and Credential. And as mentioned in ArcGIS Developers, in order to use the classes we need to install Esri.ArcGISRuntime nuget package. But when installing the package, I get the…
Mohamad Mousheimish
  • 1,641
  • 3
  • 16
  • 48
3
votes
1 answer

java.lang.RuntimeException: createContext failed: EGL_SUCCESS Arcgis Android

When I start the activity which have Arcgis MapView the app crashes all the time but on specific devices such as Letv Le X509 device or xiaomi device. The log which I'm getting is mentioned below. Device OS Version is 6.0. My ArcGIS SDK version is…
Manoj
  • 35
  • 7
3
votes
1 answer

ArcGIS Runtime: How to identify the topmost feature across all feature layers?

From ArcGIS Runtime Java API documentation, there is an identifyLayersAsync() method. From documentation: Asynchronously identifies the topmost visible geo-element in each identifiable layer attached to the map, near given screen point. Is there a…
Jai
  • 8,165
  • 2
  • 21
  • 52
2
votes
1 answer

Unable to give the file path to the style dictionary

I am working on a .net project where I have to convert features into graphics to show them with stored symbols. I have a separate style file as .stylx and geodatabase file as .goedatabase.zip which I want to utilize to show my symbole of the style…
user17148382
2
votes
1 answer

SideBySide issue with ArcGISRuntime SDK version100.11

Trying to update my WPF application from the ArcGIS Runtime SDK version 100.6 to 100.11. I used the existing style in the WiX package to update the dll's so that all I had to do was ensure all the shader .cso files were accurate in the Components.…
tCoe
  • 401
  • 1
  • 5
  • 24
2
votes
0 answers

How set FontFamily for TextSymbol in ArcGIS Runtime in Xamarin Forms

I'm using ArcGIS Runtime in Xamarin Forms. I want to display icons on the map using an icon font. I'm using the same icon font - Material Design Icons - throughout the rest of my app successfully. I have tried lots of ways to specify the font name…
Steve Chadbourne
  • 6,873
  • 3
  • 54
  • 82
2
votes
2 answers

Is there any way we can get all the features of an ENC layer and toggle their visibility in java or .net ArcGIS SDKs?

I was looking for an way to get the list of all the features, from an ENC layer, while looking through coding samples I came across this. In this sample code we have MapView.IdentifyLayersAsync and MapView.IdentifyLayerAsync methods, both these…
user167124
  • 349
  • 2
  • 13
2
votes
1 answer

Network security configuration not working with third party API

My app is getting a SSLHandshakeException since I updated my app to use a network security config. The app do requests to two servers. One of them is an develpment server accessible only in my company network. The other one is a public server…
Plinio.Santos
  • 1,709
  • 24
  • 31
2
votes
1 answer

how to disable zoomIn/zoomOut button in certain zoomlevel eg: respectively zoomlevel 18 and zoomlevel 0

I am tryng to develop a naviagtion map system using ArcGIS Runtime for Java, and FXML files for the view part. I am currently facing zoomButtons disabling: in some zoomlevel examples, the zoomIn button should be disabled at zoomlevel = 18 and…
S M MARUF
  • 21
  • 3
2
votes
0 answers

Issue when creating Polylines with points in ArcGIS

I have been given the task of creating a route in an application using ArcGIS .net SDK, What I am doing is adding the points in a List as well as on the map when user taps on MapView and create line on the cursor position from the last input point,…
user167124
  • 349
  • 2
  • 13
2
votes
2 answers

iOS ArcGIS.framework too large, hence large .ipa size

I are maintaining an application with ArcGIS.framework for iOS. I am upgrading from version 10.2~ to 100+. I have prolonged this hoping that at some point the application size problem will be resolved. The application size with the newer framework…
dev_exo
  • 164
  • 1
  • 8
2
votes
1 answer

ArcGis Runtime 100 save layers to access them offline

I am working on Arcgis runtime 100 sdk and I have some layers urls provided by client. For now I'm using these url's to to create an AGSLayer and add in the operations layers of map to show it on screen. Its working great till now. Now I want to…
Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39
1
2 3
10 11