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

Qt mobile app client w/ SignalR .NET server

I'm planning to build Web application and use the SignalR library to allow web admin to chat with other users (use Mobile application) 1- System admin uses Web Application built by Asp.net Boilerplate (.NET Core 3.1). 2- other users use Mobile…
Abdulaziz
  • 654
  • 3
  • 12
  • 37
7
votes
2 answers

Shape_area and ALAND AWATER in Tiger census data

What does Shape_area mean? I noticed that it is not the sum of Aland and Awater. What are the units of these three?
daydayup
  • 2,049
  • 5
  • 22
  • 47
7
votes
1 answer

Mask area outside of imported shapefile (basemap/matplotlib)

I'm plotting data on a basemap of the eastern seaboard of the U. S. and Canada through Matplotlib. In addition to the base layer (a filled contour plot), I overlayed a shapefile of this focus region atop the data using Matplotlib's readshapefile…
user2607622
  • 113
  • 1
  • 4
6
votes
6 answers

Convert latitude and longitude into esri arcGIS MapPoint

I am having trouble in converting the latitude and longitude values into android esri arcGIS map Point. Here's my code to get latitude and longitude values from GPS coordinates: LocationManager lm; String towers; double lat; double longi; TextView…
user1111781
  • 133
  • 1
  • 5
6
votes
2 answers

What's the official ESRI solution for serving up static map images (i.e. png, jpg, etc)?

I need to write a map service that returns a single, static map image (png, jpg, etc). In the old days (i.e. before Google Maps took off) this was the default way that server software like ArcIMS worked. Now, those packages default serving tiled…
Tom Wayson
  • 1,187
  • 1
  • 12
  • 21
6
votes
1 answer

Joining GeoJSON to another GeoJSON

I have some geographic boundaries that I have a GeoJSON endpoint for. I also have some variables that are stored at a separate GeoJSON endpoint which does not have coordinates, but does have the variable that I want to later thematically style a…
jakc
  • 1,161
  • 3
  • 15
  • 42
6
votes
1 answer

Adding custom Feature attributes to ESRI Shapefile with Python

I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of "NAME." My objective is to create a Python script that adds an arbitrary (for now) additional attribute, say,…
mattdeboard
  • 700
  • 1
  • 7
  • 17
6
votes
2 answers

"ESRI.ArcGIS.DataSourcesGDB.FileGDBWorkspaceFactoryClass" cannot be embedded

I made an add in application for arcmap in C# and I tried to connect with my File Geodatabase. So when I tried to run it I got this error: Error 1 Interop type 'ESRI.ArcGIS.DataSourcesGDB.FileGDBWorkspaceFactoryClass' cannot be embedded. Use the…
Loko
  • 6,539
  • 14
  • 50
  • 78
6
votes
2 answers

Help plotting Geographic Data in R using PBSMapping and Shapefiles

Using O'Reilly's Data Mashups in R as inspiration, I'm trying to plot a handful of addresses on a shapefile of Salt Lake County, Utah found here. I have data frame geoTable: > geoTable address Y X EID 1 130 E 300 S…
Neil Kodner
  • 2,901
  • 3
  • 27
  • 36
5
votes
1 answer

How to pick up the information for the nearest associated polygon to points using R?

I'm figuring out how to do a Intersection (Spatial Join) between point and polygons from shapefiles. My idea is to get the closest points and those points that match completely inside the polygons. In ARGIS there's a function for match option named…
José Bustos
  • 159
  • 1
  • 7
5
votes
1 answer

Esri Maps PopupTemplate's content method called only once per feature

I am using Esri maps inside an Angular app, and I am rendering my popups as Angular components with data published from the PopupTemplate's content method: layer.popupTemplate = new PopupTemplate({ content: (feature: { graphic: __esri.Graphic })…
asgallant
  • 26,060
  • 6
  • 72
  • 87
5
votes
2 answers

ESRI's shapefile to Matlab

I am looking for a function to read/write points, lines and polygons from ESRI's shapefile format (as used in Arcview) for use in Matlab
Elpezmuerto
  • 5,391
  • 20
  • 65
  • 79
5
votes
3 answers

ESRI/ArcGIS: "Error: Services Directory has been disabled."

"Error: Services Directory has been disabled." (Error: 403) Hi, I'm a first-time user of ESRI/ArcGIS API's. I've set up an account...etc... and have a Node server which gets an ESRI token and makes a request to an ESRI/ArcGIS services endpoint --…
Cody
  • 9,785
  • 4
  • 61
  • 46
5
votes
2 answers

How to merge adjactent polygons to 1 polygon and keep min/max data?

I have the following polygons in PostGIS Each polygon has field with "Data" value. I would like auto merge the polygons which touch each other : 1-2 and 3-4-5-6-7 Also , If possible I would like to have the Min/Max values from the columns of each…
Alophind
  • 842
  • 2
  • 12
  • 27
5
votes
2 answers

Arcgis : how to get device location

Hie i tried to implement this codes in my application but it doesnt work , i dont know where i went wrong. basically, when i launch the sample of the device location. it doesnt show me where is my current location and i dont see any blue dots that…
user2805507
1
2
3
67 68