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
-1
votes
1 answer

Getting Script Error 'Extracting arm64 from ArcGIS fatal error: lipo: input file' while running my project using xcframeworks

Executable is /Users/Username/Library/Developer/Xcode/DerivedData/MyProject-eavzdqtipinkadfawvcisnzrpzgh/Build/Products/Debug-iphoneos/myApp.app/Frameworks/ArcGIS.framework/ArcGIS Extracting arm64 from ArcGIS fatal error: lipo: input file…
Rajasekhar Pasupuleti
  • 1,598
  • 15
  • 22
-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
-1
votes
2 answers

Arcgis server CreateReplica REST API of feature not working

I created Feature class in enterprise geodatabase (SQLServer2014 express). Feature class is sync enabled and published successfully. Now I can not generate offline geodatabase from Arcgis Android SDk. I can see ' Create Replica ' from 'Supported…
-1
votes
1 answer

Android build fails always when I build using Jenkins

When I try to build my android project using jenkins, the build always fails. But it succeeds when I'm building through android studio. My Project level build.gradle code is given below buildscript { repositories { jcenter() …
-1
votes
1 answer

Possible to get longitude latitude from map in Arcgis runtime SDK Java?

I am making a basic JavaFX Map application with Arcgis runtime version 100.3.0. One feature of the application is to display the longitude and latitude information when the mouse is clicked on a certain point on the map. I have looked around for…
betelguese123
  • 69
  • 1
  • 2
  • 8
-1
votes
1 answer

Can we use Try/Catch Within QueuedTask.Run()

Can we use Try/Catch within QueuedTask.Run()? I have feeling that Try/Catch should be outside QueuedTask.Run() but I don't have reason for that. Please clarify whether to keep in or out of QueuedTask.Run() public ICommand CmdEdit { get { …
Sgupta
  • 23
  • 4
-1
votes
1 answer

ArcGIS Qt - back_button how to disable on Android

I'm developing Qt/QML application It seems that "back button" is handled by ArcGIS Runtime for Android As soon as I add qml runtime to my pro file: include(/opt/arcgis/runtime_sdk/qt100.2.1/sdk/ideintegration/arcgis_runtime_qml.pri) I have no…
user2018761
  • 306
  • 5
  • 14
-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.
-2
votes
1 answer

How can I use Base map from GIBS in Arcgis android Sdk

I want to use latest imagery from NSA GIBS in arcgis android sdk is it Possible? Also can I download tiles from above service to cache/offline map? I have tried: WMSLayer class from arcgis android and WebTiledLayer Following code I used For…
-3
votes
2 answers

Drawerlayout's height does't work

I want make a map APP and I used Drawerlayout,my main layout is a Relativelayout and left drawer is a Linerlayout, my layout is as…
1 2 3
10
11