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
1
vote
0 answers

How to create Schematic Attribute (ArcObject .Net api)

I am writing an ArcCatalog(10.1) Addin(C#) for creating a schematic diagram template and Element Classes. Now I need to create some attributes such as OriginNode and ExtrimityNode for Link class, Constant and another field Attribute for other…
1
vote
1 answer

ESRI.ArcGIS Map Load dynamic KMLs

I'm loading the ESRI Map and the KML Layer Everything Works Fine! Problem : After the KML Data changes(often changes), i am unable to show the New Changes in the Map. I need to forcefully Clear the Browser Cache every time.And I tried refreshing…
subZero
  • 307
  • 1
  • 9
0
votes
1 answer

Upgrading from Esri.Arcgis.Client 10.2.x to Arcgis.Runtime.100.x

Hello fellow arcgis developers. I am about to migrate from old Arcgis.Client .Net to Arcgis.Runtime .Net. And looking at the documentation I cant find what corresponding namespaces they are now using in the Arcgis.Runtime 100.x. Now when running…
codemoonger
  • 613
  • 3
  • 11
  • 22
0
votes
1 answer

Issue when displaying a Popup window in the ESRI Map

Currently, my Esri Map is displaying the locations on the Esri Map as pinpoints after I pass the location details(latitude, longitude, etc..) to the Esri Map. So, now what I wanted is when a user clicks on a specific pinpoint, I want to show a popup…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
0
votes
2 answers

How can I access all county data for the Esri COVID-19_Public_Health_Status_by_County API?

I just want to make a simple GET request to this URL: https://services.arcgis.com/pGfbNJoYypmNq86F/arcgis/rest/services/COVID19_Public_Health_Status_by_County/FeatureServer/0/query?where=1%3D1&outFields=*&outSR=4326&f=json And get the associated…
Josh
  • 2,547
  • 3
  • 13
  • 28
0
votes
1 answer

How to get an area of interest image given latitude and longitude arcGIS?

I would like to know if it's possible to give a latitude and longitude (or bounding box)for a certain location return back an area of interest image, including a target property and a list of nearby schools in arcGIS? Me and my manager went through…
Rafael Paz
  • 497
  • 7
  • 22
0
votes
2 answers

Xamarin.Forms FFImageLoading SVGs to ESRI RunTimeImage

Converting an SVG to a RunTimeImage. Essentially I'm trying to find a way to access the stream before it gets wrapped in an SVGImageSource so I can feed the byte array into the ArcGis RunTimeImage provided by Esri. SVG's are kept in a PCL.
DisplayName
  • 196
  • 3
  • 12
0
votes
2 answers

Future and asynchronism

I use a extern api (ESRI API for Android) where I have a loop for which me return a class Future ... for (Layer layer : layers) { // ListenableFuture extends Future final ListenableFuture future=…
lg0173
  • 208
  • 2
  • 8
  • 20
0
votes
1 answer

Native Linking Error: Framework not found ArcGIS-sim64 when compiling IOS Xamarin.Forms on Windows

As stated in the title, I am getting the following linking error when attempting to compile a Xamarin.Forms app for IOS. I am developing on Visual Studio for Windows and using a MacBook for compilation. 1>C:\Program Files (x86)\Microsoft Visual…
DisplayName
  • 196
  • 3
  • 12
0
votes
0 answers

arcengine isaveas2 Failed to copy raster dataset

The source code are following: when run into the last pSaveAs.SaveAs... then the computer say "failed to copy raster dataset". The source code are following: private void SaveRaster(IRasterDataset2 mygeoDataset,string sFormat,string filePath,string…
0
votes
0 answers

AccessViolationException [ArcEngine]

I am currently developing using ArcObects 10.2.1 and I've encountered this tricky exception: AccessViolationException was encountered Attempted to read or write protected memory. This is often an indication that other memory is…
0
votes
3 answers

How to register DLL in the GAC?

I am trying to install a C# WPF with a WindowsFormsHost which loads ESRI's ArcEngine. The MSI installer gives this error: Unable to install. The app requires assembly ESRI.ArcGIS.Framework Version 10.0.0.0 to be installed in the GAC first I…
patrick
  • 16,091
  • 29
  • 100
  • 164
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

Error: Conversion of one or more geometries failed. Please check whether input is valid. Invalid argument

I'm trying to convert a Point to anything else but every function i use gives me the same error: Error: Conversion of one or more geometries failed. Please check whether input is valid. Invalid argument Point identifyPoint =…
Shaul
  • 211
  • 1
  • 4
  • 18
0
votes
0 answers

How do I use ICalculator in ArcEngine?

I'm trying to calculate value for field from the attribute table of a shapefile using ArcEngine, looking up in EDN & ArcGIS help and I wrote code as below: ICalculator pCalculator = new Calculator(); pCalculator.Field = pField.Name; string ex =…
喻雪松
  • 17
  • 7