Questions tagged [esri]

ESRI (Environmental Systems Research Institute) is a GIS (geographical information systems) development company. ESRI produces GIS software

ESRI (Environmental Systems Research Institute) is an international supplier of GIS (geographical information systems) software, Web GIS and geodatabase management applications. ESRI produces GIS software

ESRI produces GIS software, such as the suite of ArcGIS software (ArcGIS Server, ArcGIS Desktop).

Esri uses the name ArcGIS to refer to its suite of GIS software products, which operate on desktop, server, and mobile platforms.

ESRI also develops APIs for use with their software and enables developers to build rich GIS software. Some of the APIs are developed to work with Silverlight, JavaScript, Java, .NET, and Flex.

More information about esri can be found:

Esri Wikipedia

Esri Java Script API Reference

Esri .NET API Reference

Esri Android API Reference

Esri iOS API Reference

Frequently used related tag:

1014 questions
3
votes
0 answers

when element exists without using a setInterval

I have 2 dynamic sub-modals that appear/expand within a parent modal. (parent modals or pre-expanded modal doesn't need the below update). Within two sub modals, that become expanded from parent modal, I am simply trying to add/invoke a 'back…
Dr Upvote
  • 8,023
  • 24
  • 91
  • 204
3
votes
1 answer

How to make changes in Java classes of a jar file

Issue I have arcGIS jar file integrated into one of my Android projects and want to make some modifications in the java classes within the jar file. I modified the jar using the decompiler tool Jd-GUI tool and able to edit the java class. Now I am…
3
votes
1 answer

AccessViolationException from System.Windows.Forms, using WinFormsHost in WPF

I'm facing a nasty issue when developing a WPF/WinForms interop application. I've been trying to resolve this issue for three days, but I'm unable to make any headway. I doubt I can provide enough information to get a resolution, but I'm looking for…
jevakallio
  • 35,324
  • 3
  • 105
  • 112
3
votes
2 answers

JaxaFX Shader Issue on Ubuntu: Help translate error

An error is being reported in Java that I would like to resolve. I'm not sure what is causing the error, and I would like to understand the cause. I'm using JavaFX, Java 8 and Ubuntu OS. I'm attempting to use the getting stated guide here:…
sparkyspider
  • 13,195
  • 10
  • 89
  • 133
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
3
votes
2 answers

ArcGIS Server REST API - POST OPTIONS preflight request: 405 Method not allowed

I am building a GIS web app based on ArcGis Server but I have a problem with the Firefox browser. I'm developing in JS a GIS web app that allows the user to edit a feature layer (note: calling ArcGis without ESRI ArcGis API for JS). The HTTP POST…
matt
3
votes
2 answers

ESRI ArcGIS Javascript : Polygon from JSON not working

If you reference the image, JSON string, and code snippets below, it outlines the code, console output and expected behavior of trying to draw a polygon (or really any geometry/graphic) using the ESRI ArcGIS Javascript API. Not sure what is going…
JBizz
  • 53
  • 6
3
votes
0 answers

SSMS not accepting ESRI GeoDatabase OLE DB provider as a connection

I am trying to import a large dbf into Microsoft SQL Server Management Studio Express 2014 using the ESRI GeoDatabase OLE DB provider option. I am on a windows 10 machine using ArcGIS 10.4. The dbf is about 850mb (less than the 2gig limitation of…
cpbride
  • 31
  • 2
3
votes
1 answer

Is there any way to use Web App Builder NLS(in builder folder) in our widgets?

I have created a widget in web app builder. I want to reuse some common nls tags for my widget, which is already available in WAB's NLS file. Is there any way to do this without including that file in my widget. Updated- I have created an NLS for my…
varsha ghodki
  • 201
  • 1
  • 7
3
votes
2 answers

Draw a circle on gisMap

I dont know how can i draw a circle on gismap. After click on button function get a radius for circle (val). If radius is == 1 then i want to draw circle on radius 1 on the map using this cord as a center of circle (21.1, 52.14). How do this using…
Tomasz Jeznach
  • 159
  • 1
  • 2
  • 11
3
votes
1 answer

D3.js - Drawing points on map fails due to wrong projection

I'm currently working on a project which draws a map based on geo data from a JSON file using D3.js. Now I have another JSON file with locations in it and I want to draw those locations as points on my map. I'm doing this as…
Michael Andorfer
  • 1,660
  • 5
  • 25
  • 45
3
votes
1 answer

ESRI JavaScript setRequestPreCallback is partially working

I have an api sitting in front of AGS that requires it's own authentication. I am using setRequestPreCallback as stated by the ESRI docs. In the image below, you can see that the first 2 requests are returning 200. The first request is CORS…
bradj
  • 890
  • 5
  • 11
3
votes
0 answers

Create a button for a user to create a screenshot

I am hoping someone may have a solution for a situation I am in. I have created an online web map tool that leverages javascript, html5, jquery, and CSS to distribute information such as zoning and streets to users. The problem I have run into is…
3
votes
2 answers

'Activate Command not found'

I attempted the following procedures to setup a conda environment for arcgis. The environment set-up correctly and I was prompted to activate the environment by typing "activate esri101" to which I was prompted... $ activate esri101 sh.exe":…
tomc4yt
  • 59
  • 1
  • 1
  • 8
3
votes
1 answer

Script or automate feature class creation in ESRI/ArcSDE

I'm looking for info on how to write SQL scripts to automate the creation of a versioned feature class in ArcSDE I want to be able to automate the process itself as well as put the scripts under version control. Can anyone point me to a resource…
Keith G
  • 4,580
  • 5
  • 38
  • 48