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

Create points from line endpoints in Arcmap

Arc 10.6.1 This seems like it should be simple, but only tools found don't seem to do quite what I'm looking for. I have a line layer of Forest Service Trails and I want to use it to create a new layer of trailheads (I have not been able to find…
TravisB
  • 13
  • 1
  • 4
-1
votes
1 answer

Adjust Transparency on ArcGIS Image Layer

I'm trying to adjust the transparency of a PNG that I am overlaying on ArcGIS/ESRI API for Javascript. I have tried to set an opacity option in the var but, am not having much luck. map.on("load", function() { // create and add the layer var mil =…
arnpry
  • 1,103
  • 1
  • 10
  • 26
-1
votes
1 answer

How to transform projection EPSG:3857 to EPSG:4326 in java (Geospatial)

Is there a way to transform a EPSG:3857 projection to EPSG:4326 in java? I'm using the esri java sdk. I went through the esri skd docs, but couldn't find a way to transform EPSG:3857 to EPSG:4326. Is there a way of doing it? I have a webMercator…
Rafael Paz
  • 497
  • 7
  • 22
-1
votes
1 answer

Selecting only a portion of a shapefile by location - ArcMap

I have two layers: One of the Mississippi River Basin and one of the counties within the 48 states. USA counties Misissippi River Basin I'm having no trouble selecting the counties within the Basin, but I also need to select the portions of the…
pballs
  • 1
  • 2
-1
votes
1 answer

arcpy command for "Select by location" tool?

I have the following data : a raster catalog a feature class composed of several polygons. The polygons and the raster catalog often overlap. I want to get the polygons (the ENTIRE polygon, not part of it, and not a clip or an intersect...) which…
Fred Coud
  • 127
  • 1
  • 1
  • 13
-1
votes
1 answer

Graphic layer to Json format : ArcGIS api for javascript

In my application I am converting annotation feature to graphic layer and then converting same graphics to json for printing. I know how to converted annotation features to graphic but I do not have knowledge how to convert graphic to json.
-1
votes
1 answer

points way off from ESRI source

I downloaded the City of St. Louis parcel data, and I get points information that looks like (564433.152, 1037664.554). I thought this might just need to be divided by 10,000 or something to get degrees, but it's clearly not a direct mapping. I…
Frank
  • 459
  • 2
  • 9
-1
votes
1 answer

Facing Issue on Creating MVVM Pattern From An Existing App

Following This Sample I am hoping to be able a real MVVM pattern from the tutorial but based on my understanding the application is missing the Model and View classes! I have the MapViewModel.cs like this public class MapViewModel { …
Mona Coder
  • 6,212
  • 18
  • 66
  • 128
-1
votes
1 answer

GIS Data Organization: Accessing files via shortcuts

I work at a company with three different departments and about 15 different GIS users (ESRI). Our work is in natural resources and we have hundreds of large orthophotos and lidar data that take up a lot of space. Right now, the three different…
Billy B
  • 37
  • 5
-1
votes
1 answer

Esri Javascript 4.6 Javascript /Angular

I would like to implement the service Area in Javascript or Angular 2+. But the problem is the only doc I found about it, is a deprecated version (in 3.23). I would like to implement it in 4.6 to be updated. Some body know how to do it ? Thanks !…
Matthieu
  • 151
  • 1
  • 9
-1
votes
1 answer

Esri Arc Online using API to see filter result into a simple web page

I need to create a simple webpage where I can see the result of filters in arc online into it instead of creating the filter each day. By that, the results will be refreshed automatically each day when I log in into arc gis. I heard that there is an…
Ahmad Ali
  • 61
  • 5
-1
votes
1 answer

ESRI API for BAO reports in Python

Currently we use ESRI's Business Analyst Online (BAO) to create demographic reports based on geospatial inputs (3-mile ring around an address, or within a city's boundaries, etc.). These are generally output from the point and click web application…
Jed
  • 1,823
  • 4
  • 20
  • 52
-1
votes
1 answer

Android - Is it possible to make a navigation on a .png?

I get a lat long from the backend and I want to use a PNG as a map, because this map is self made. So I want to transfer my lat long on this PNG and then draw at this position a point, but I couldn't figure it out how to do... I couldn't find it…
Tobsmaster
  • 11
  • 5
-1
votes
1 answer

COMException Out Of Server Memory

I'm working with ArcGIS 10.3.1 by using COM. But now I have receive some problem, probably with some memory issues. First I receive some COMException (0x80041501): Operation Failed at ESRI.ArcGIS.Geodatabase.IRaster.Read(IPnt tlc, IpixelBlock…
Woothz
  • 41
  • 1
  • 9
-1
votes
1 answer

Problems changing value of a text element in Esri Arcmap

I have a mxd file to print a report, it has a map and text elements, I'm trying to change a value of text element but I'm not able to do it. this is the code: import arcpy import os import datetime def Actualiza_Texto(nombre, valor): elementos =…