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
0
votes
1 answer

How to connect to ArcGIS Server over the Internet using Visual Studio (C#)

I want to connect to an ArcGIS Server 10 web service and view a layer using esri:Map component. Is there any sample code available? Thank you
Fred
  • 378
  • 1
  • 10
  • 26
0
votes
1 answer

return from JS function

basic JS question, please go easy on me I'm a newb :) I pass 2 variables to the findRelatedRecords function which queries other related tables and assembles an Array of Objects, called data. Since findRelatedRecords has so many inner functions, I'm…
dan
  • 505
  • 1
  • 8
  • 26
-1
votes
1 answer

Normalizing species count data in ArcGIS Pro

I have presence points of a certain species all over the United States. I completed a spatial join between the US and said points. However, I am unsure of how to normalize the data. There is a "percent of total," but I am unsure if this is the…
CLC
  • 1
-1
votes
1 answer

Strange 3-4 meter south offset in new MapDocument

I'm replacing and old application which shows points of interest in a map. The old app is running against an ArcGIS Desktop 10.0.5.4400 which publishes a base layer map service and a second map service that is a MapDocument with a collection of…
-1
votes
2 answers

How to scraping/Extract data from ESRI Arcgis from website?

I was trying to extract data from an ESRI map embedded in a website. The objective would be by introducing geographic coordinates to be able to access the values ​​present on the map. I leave here a print of the map and the respective address. I…
João Santos
  • 194
  • 11
-1
votes
1 answer

Export map layout to PDF using Arcpy.mp, extent problem

I am trying to export a map layout to PDF from ArcGIS Pro file using arcpy.mp Export is possible but layer extent is not coming properly. Here is my code x = ArcGISProject("ArcGIS Pro File Path") my_layout =…
Megastar
  • 57
  • 11
-1
votes
1 answer

Cannot import arcpy in PyCharm

I am new to Python and am trying to use PyCharm, mostly to use ArcPy. I am using ArcGIS Pro 2.5.1, which comes with Python 3.6. I have a server license with my company. I just downloaded PyCharm (community version) and am trying to import arcpy.…
Jessica Marie
  • 189
  • 1
  • 2
  • 14
-1
votes
1 answer

Can't set value inside of the function

I can't set value inside function. When I try to alert this value, I'm getting: undefined. How to take this value outside? var startTrasyLat; L.esri.Geocoding.geocode() .text(document.getElementById('start').value) …
Neikar
  • 55
  • 6
-1
votes
1 answer

Importing esri shapefile with features into MySQL with phpmyadmin

I have an ESRI shapefile (zip files) that includes Vermont voting precincts and vote results in 2016. I use phpmyadmin "import" functionality to import the file into MySQL. When done, a new table is created that includes only 1 column called…
amir-f
  • 711
  • 1
  • 8
  • 17
-1
votes
1 answer

How to use ArcGis ESRI maps in angular

Can someone help me how to plot latitude and longitudes on esri maps in angular please?
paul samuel
  • 23
  • 1
  • 2
-1
votes
1 answer

Is there any way to create an outlined polygon based on multiple polygons?

I would like to create a single polygon from two adjacent polygons that may not share any boundaries (there may be a gap between the two polygons) so that I end up with one final polygon that encompasses both polygons and the space between them.…
QigangZhong
  • 21
  • 1
  • 5
-1
votes
1 answer

GIS & ASP.NET displaying shapefiles in the asp.net website

I want to display esri shapefiles into my asp.net web application, the shape files need to be themed. e.g i have on district layer having 22 districts along with the poulation field in the district laye. i want each polygon to have a label showing…
-1
votes
1 answer

How do I update extremely old ArcGIS.Client dll's to ArcGISRuntime version 100.7

Recently, my team has inherited an older application and have been tasked with updating the packages that it has. I have three ESRI.ArcGIS.Client dll's that were downloaded into the Visual Studio 2008 solution when the app was…
tCoe
  • 401
  • 1
  • 5
  • 24
-1
votes
1 answer

generate random points from shapefile boundaries

Here is my dilemma. I really hope someone can help soon! Generate 150 random points inside the boundaries of a shapefile that are also 1000 meters away from each other here is what I have tried: import arcpy, random, os outGDB =…
-1
votes
1 answer

Arcpy fails to field calculate integer source value to LONG field

I am working on a script that iterates through the records of "feature class A", performs a spatial selection (flow tracing) with each individual "A" record on "feature class B" and then field calculates an attribute from "A" into the resulting…
Zipper1365
  • 441
  • 1
  • 4
  • 7