Questions tagged [esri-arc-engine]

ArcGIS Engine is for embedding GIS data, maps and geoprocessing into desktop and mobile applications.

Overview

ArcGIS Engine is a collection of GIS components and developer resources that can be embedded, allowing you to add dynamic mapping and GIS capabilities to existing applications or build new custom mapping applications.

Developers use ArcGIS Engine to deploy GIS data, maps, and geoprocessing scripts in desktop or mobile applications using application programming interfaces (APIs) for COM, .NET, Java, and C++.

Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE.

40 questions
4
votes
1 answer

ESRI maps giving Main Thread Checker: UI API called on a background thread in iOS 11

I'm using ESRI maps in my application. When i run the application in iOS 10 there was no issue in loading the ESRI maps, zoom in and out works fine too. But when i run the same application with iOS 11 it gives me Main Thread Checker: UI API called…
Madhu
  • 869
  • 1
  • 17
  • 37
3
votes
0 answers

Esri Map 4.15 getChildGraphics for geoJSONLayer - FeatureReduction "cluster" applied

I am currently using geoJSONLayer featureReduction type 'cluster' with esri 4.15. When I click on the clustered point to open popupTemplate, how to I get the child graphics and it's attribute. In esri 3.32 I could use…
3
votes
3 answers

Available GIS toolkits?

We are considering using ESRI's ArcGIS Engine to write an application with some GIS features. The GIS toolkit features that we are primarily concerned with are: 3D visualization: Blend elevation data with raster or vector data. Embed GIS…
Dan Homerick
  • 4,118
  • 7
  • 28
  • 30
2
votes
1 answer

Poor performance of web app built with ArGIS API for JS on older hardware

Problem I've been developing a web application for the first time using the JS API. When testing the performance of the website, I've had perfectly snappy use on relatively new hardware (such as my Surface Laptop 3 8GB RAM, Chrome v88) but…
drm1217
  • 105
  • 7
2
votes
1 answer

A .NET program powered by ArcGIS engine SDK reports that cannot find type or namespace "AxMapControl "

I've got a .NET program powered by ArcGIS engine SDK version 10.2 which aims to check the spatial data. The IDE is Microsoft Visual Studio 2012. I've added all needed references start with ESRI.ARCGIS as well as the namespace,but it still cannot…
L.Peter
  • 23
  • 4
1
vote
0 answers

In ESRI engine application (C#), how to add a raster layer with tiles and pyramids

I'm using ESRI, working on a windows form applicaion using C# I have a raster layer with 4 tiles, and I've created pyramids for this layer. The raster layer is in the folder "C:/Map", this folder contains 8 other sub-folders, called "pyramid0_1",…
Eran D
  • 19
  • 1
1
vote
0 answers

How to select the right connectors in GeoEvent Manager and what is happening behind the scenes?

I am a beginner and any help will be very much appreciated. I want to set input and output connectors using the GeoEvent manager such that the input side receives text in XML format, and the output connector sends the converted JSON. Using the…
sm21
  • 13
  • 1
  • 4
1
vote
2 answers

ESRI javascript API for live tracking

I am trying to implement live tracing feature using the ESRI ArcGIS javascript API. I am unable to move the marker based on the lat, lng retrieved from the database. To give a clear idea, this is the existing code where we are using Google maps for…
Rajarishi
  • 13
  • 4
1
vote
0 answers

"Invocation failed with mock behavior Strict" exception when mocking a COM object in Moq

I'm trying to implement a unit test with Moq that needs to be able to mock an interface that comes from a COM library. Specifically, I need Moq to recognize that an object of type Point is actually a Point when calling a method that takes type…
C. Williamson
  • 319
  • 3
  • 13
1
vote
0 answers

How to determine in which esriTransformDirection we need to use in ArcObject IGeometry5 ProjectEx

I am working on a project in which i need to calculate the points form on CRS to another, but as we the source and target CRS are only determine on runtime. ISpatialReference source = GCS_North_American_1983 ISpatialReference target = UTM Zone 13…
Usman
  • 11
  • 2
1
vote
0 answers

ArcGIS Desktop AddIns program can't get AxMapControl object

I've got a .NET program type powered by ArcGIS engine SDK version 10.1 which aims to select layers by circle. The IDE is Microsoft Visual Studio 2010. The program can be compiled but runs with wrong. Some code is showed below: using System; using…
1
vote
2 answers

duplicate symbol for architecture x86_64

I am facing duplicate symbols issue during use of Core plot API and ESRI map Arc GIS API. In my app I am using Core plot and ArcGIS API. To provide support for 64 bit device, I have download new API for ArcGI (ESRI map) and accordingly update…
iOS Test
  • 1,103
  • 1
  • 11
  • 18
1
vote
1 answer

MapObjects - Class not registered - cannot change platform to x86, unable to add it as a platform

I inherited an ASP.NET web application at work, and while trying to set it up locally, it doesn't seem to run on my machine. I received the following error: Retrieving the COM class factory for component with CLSID …
Evan Parsons
  • 1,139
  • 20
  • 31
1
vote
0 answers

Adding UserControl dynamically map

At WPF ESRI, we can add picture to the coordinate ,but we can not add with user control And I want to add "user control" to specify place at runtime. I hope that you understood what I mean. BitmapImage Bi = new BitmapImage(new Uri(st)); …
mcxxx
  • 594
  • 1
  • 8
  • 21
1
vote
1 answer

draw a line on ArcGIS map fro iOS

I am now moving to ArcGIS maps for one of my iOS project. how do you draw a line between two points. in the case of MapKit you use MKPolyLine. Thanks
shebelaw
  • 3,992
  • 6
  • 35
  • 48
1
2 3