Questions tagged [arcgis]

ArcGIS is a platform consisting of a group of geographic information system (GIS) software products produced by Esri. The GIS Stack Exchange should be considered for questions with this tag.

Overview

ArcGIS consists of products, versions, applications, license levels and components.

ArcGIS was first launched in 1999 and excepting server offerings is available on Microsoft Windows only. Prior to 1999 Esri had a number of different product lines (ArcView3, ArcInfo Workstation, MapObjects, ArcSDE) on Unix and Windows that were loosely integrated and sometimes incompatible. Many of these products can be interacted with via programming languages, such as VBA, .NET languages, and Python.


Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE which has separate tags for its products and components e.g. arcgis-desktop, arcgis-server, arcpy, arcsde, etc

2794 questions
6
votes
1 answer

Can't drag on ArcgisMap with IE 11 and Angular 4

I have this simple code pen with Angular 4 and arcgis map, but I can't drag in IE 11. Others browsers works as usual. I cannot upgrade nor downgrade the JS library of arcgis, because it depends on other widgets that we're…
raven
  • 2,381
  • 2
  • 20
  • 44
6
votes
2 answers

Arcgis (ESRI) dojo causing multipleDefine with component using define for jQuery

I wish to include a component written by someone in my ArcGIS web application. However when I include, I always face a multipleDefine problem at the console window. There are 2 ways to solve it, which is by moving the following script below the…
bryan
  • 113
  • 1
  • 7
6
votes
2 answers

Geocoding using Geopy and Python

I am trying to Geocode a CSV file that contains the name of the location and a parsed out address which includes Address number, Street name, city, zip, country. I want to use GEOPY and ArcGIS Geocodes through Geopy.I wanted to create a code that…
Gonzalo68
  • 431
  • 4
  • 11
  • 22
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
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
5 answers

How to get buffer polygon coordinates (latitude and longitude) in iOS?

I have created one polygon on map with some set of coordinates. I need help regarding making one buffered polygon with some given distance outside of original polygon border. so what i need a method with such algorithm in which i pass set of…
Nitesh
  • 1,924
  • 21
  • 31
5
votes
1 answer

How to calculate number of specific sized areas in a polygon

During my investigation I have been trying to find out appropriate locations for a proposed wind turbine development, through this I have calculated suitable areas as shown in Figure 1. But I am still trying to find a way to calculate the number of…
C Rattigan
  • 51
  • 2
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
1 answer

ArcGIS GeoEvent Processor - javax.xml.ws.soap.SOAPFaultException: Unmarshalling Error

Background I'm using wsimport to create what is essentially a Java webservice client, connecting to a .Net webservice that is returning datasets (unfortunately). To be more specific I'm working on a project (inbound transport) for the GeoEvent…
Jake Hays
  • 51
  • 3
5
votes
3 answers

ARCGIS Javascript vertex custom right click event possible?

i am using the ARCGIS Javascript API and trying to override the default right click behavior of the vertex points of a shape. in ESRI's help it does list the onVertexClick event however from here it seems there is no way to determine if this is a…
penance
  • 91
  • 6
5
votes
1 answer

How to use dojo/store/JsonRest to work ArcGIS Rest Service

I am receiving the following error when attempting to connect to a sample rest service provided the the Arcgis Javascript API docs. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://bcgphp' is therefore not…
marty
  • 486
  • 5
  • 18
5
votes
3 answers

ArcGIS Development.Java vs .Net(C#)

I'm a computer scientist and i've been working with Java mostly to develop applications. I just been hired in a company that makes projects with ArcGIS. The company has hired na electrical engineer to develop the arcGIS projects. This engineer used…
Argiropoulos Stavros
  • 9,436
  • 11
  • 61
  • 79
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
5
votes
1 answer

Trigonometry to find landscape visibility

I'm trying to find the degrees of visibility of natural environments from a number of viewpoints. I have a DEM, and a raster defining the natural environments. For each cell I have slope, height, aspect and distance from viewpoint. I want to…
dcn23
  • 111
  • 6
5
votes
1 answer

How can I eliminate some areas by attribute from a shapefile in R and create a new shapefile?

I have been at this for a while now and have had some success, however when it comes to rewriting the file, I have had none. The shapefile I am working with is a polygon shapefile of metro and micropolitan areas but I am not interested in the…
Dan Johnson
  • 77
  • 1
  • 7