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
5
votes
3 answers

Setting Div (#Map) height and width to 100%

I'm setting 100% width and height to the div (map), but my map shows only half of the page. I would like to display the full map below the div container. I am using bootstrap and esri JavaScript api to build the page.
Sravan
  • 65
  • 1
  • 7
5
votes
3 answers

Get data in R from an ESRI v10 Geodatabase

Does anyone know of a method to get (raster) data out of an ESRI v10 File Geodatabase in R? ESRI offers a C++ API (for Linux and Windows), so I guess in principle it should be possible for an R package to retrieve (and write) data to a Geodatabase.…
Stefan
  • 1,530
  • 2
  • 11
  • 9
5
votes
1 answer

Guidelines for GIS Application Testing

I am a software tester by profession and I have worked on various technologies till date. I got a new assignment which is a GIS application. I am not aware of how to test GIS application, what parameters should be considered while testing etc. I…
Ashok
  • 51
  • 1
  • 2
5
votes
2 answers

Alternatives to ArcGIS Server

I've been developing some web maps in ESRI's JSAPI. Currently I'm storing the following layers in SQL Server: 1,000,000 points 30,000 polygons 1,000 polyons These need to be displayed on top of one another. I also need to be able to do somewhat…
mapexpert
  • 69
  • 1
  • 2
5
votes
2 answers

How can I check to see if a Dojo dialog is loaded?

I am running a function that needs to close a Dojo dialog if it is loaded. How do I check if a dojo dialog is running? Do I use pure JavaScript and check by id if it is undefined? if (dijit.byId("blah") !== undefined) { destroyRecursive…
shawn deutch
  • 427
  • 1
  • 6
  • 10
4
votes
2 answers

matching GIS points with polygons in ESRI shape file

I have an ESRI shape file containing a library of about 150 contiguous geographic areas (polygons) that together comprise a geographic region. I also have a csv file containing 60,000 events which each have a unique set of x,y point coordinates. …
CodeMed
  • 9,527
  • 70
  • 212
  • 364
4
votes
1 answer

Esri-arcgis request intercept based on wildcard route

I'm trying to implement a MapLayer in my react application. The map is only accessible over a proxy which needs authentication to identify the users for each end every request. To provide the token i added the following request interceptor to make…
4
votes
5 answers

Changing DBF field size

I worked with ESRI shapefile format right now and i have some problem with changing/editing database field size. I created a field with 200 length/size and now i want it to only 80 length/size (space & other improvement). However i can't edit field…
Dels
  • 2,375
  • 9
  • 39
  • 59
4
votes
1 answer

How to add markers to ArcGIS map with XY coordinates

How do I add markers to a map with coordinates? I saved the extent in database along with X,Y coordinates after finding the location. When coming back to the application, I don't know how to add markers with coordinates. var s = "XMin: " + ext.xmin…
Vani
  • 1,345
  • 4
  • 27
  • 48
4
votes
2 answers

How to trigger a Graphic's click event?

I'm using Esri Javascript API 4.5 When the map loads, I'm fetching point coordinates from external source and then plotting it on the map using Graphic class and assigning a PopupTemplate to that graphic. The Case The graphic is successfully plotted…
asprin
  • 9,579
  • 12
  • 66
  • 119
4
votes
0 answers

How can I tell if a Leaflet layer is currently visible?

I'm building a Leaflet plugin that adds/removes layers to/from a Leaflet map. My plugin needs to know if a given layer is visible on-screen. So far, I've come up with the following criteria that a layer must meet in order to be considered…
colbin8r
  • 342
  • 2
  • 12
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…
4
votes
1 answer

How do I detect when a map is moved?

I'm looking to detect when the map is moved, both in terms on center position and zoom. This is how I'm trying at the moment: var map = new Map({ basemap: 'streets' }); var view = new MapView({ container: 'mapDiv', map:…
Egidio Caprino
  • 553
  • 10
  • 18
4
votes
1 answer

I can't get esri-leaflet to work with ReactJS --> basemapLayer of undefined

After npm installing esri-leaflet, and leaflet packages, I get the following error This is my maps component: import React from 'react' import ReactDOM , {render} from 'react-don' import L from 'esri-leaflet' // import L from 'leaflet' <--…
securecurve
  • 5,589
  • 5
  • 45
  • 80
4
votes
3 answers

How do I convert ESRI or MapInfo GIS data to images using free tools?

The Australian Electoral Commission has free ESRI and MapInfo formate GIS layers of Australian electoral boundaries for download. I want to convert this data to a thumbnail polygon image using a free tool.
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
1 2
3
67 68