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

SQL Server Spatial Datatypes

I have exported an ESRI shapefile to SQL Server 2008 using Manifold, which gives me a column "Shape" of type Geometry. The Manifold .prj file looks like…
Morten
  • 1,819
  • 5
  • 28
  • 37
0
votes
1 answer

Silverlight 5 c# how to capture the layer on i was clicked

i have the next problem, i'm making one app in silverlight 5 c# whit sdk Esri and i have de the XAML
moises
  • 3
  • 3
0
votes
1 answer

onmousemove in firefox

How do you implement onmousemove in Firefox? I have it working in IE7 but no alert pops in Firefox. Is is not supported or done differently?
mrjrdnthms
  • 1,549
  • 4
  • 24
  • 35
0
votes
1 answer

Insert Data into Oracle table with server side Javascript

Situation: We have an ArcGIS online viewer that displays local utility area. We would like add the ability to the viewer to allow internal reporter to enter work request. That work request information will be inserted into a regular oracle data…
ginaLakeErie
  • 3
  • 1
  • 3
0
votes
1 answer

How to execute a method on a particular threadID in C#/NET

I want to execute one delegate on the main(UI) thread. However, I do not get that thread at run time due to a third-party plugin (ESRI). This plugin starts on receiving messages from a web application through a third-party DLL file in the form of…
0
votes
1 answer

How do you get a FeatureSource from a MapLayer in ESRI mobile 10.1.1

In the 9.3 code you could just do a MapLayer.Layer to get the FeatureLayer. But in 10.1.1 they changed FeatureLayer to FeatureSource AND removed the Layer property from MapLayer. Here's the old code someone else wrote that I'm upgrading: static…
Josh P
  • 1,325
  • 14
  • 12
0
votes
1 answer

Reference the ArcGIS API for JavaScript using StealJS

Has anyone tried to reference the ArcGIS API for JavaScript using StealJS instead of adding
Song
  • 397
  • 1
  • 5
  • 9
0
votes
1 answer

esri javascript api symbolize layers

I have a working application here: http://dola.colorado.gov/gis-cms/sites/default/files/html/census2000v2.html I'm using the Javascript API with ArcGIS Online. I have a bunch of layers loaded and pre-symbolized in an AGOL 'Web Map'. I'd like to be…
0
votes
2 answers

esri javascript zoom to place

i have a problem that i want to zoom to place using esri javascript api i have this class from esriGetStarted javascript function zoomToPlace(lon, lat, scale) { mapDeferred.centerAndZoom([lon, lat], scale); } i have tried to zoom to…
yozawiratama
  • 4,209
  • 12
  • 58
  • 106
0
votes
1 answer

ESRI utils.createMap JSON Operational Layer

I am creating a webmap from JSON using esri utils.createMap. My question is that I have a single layer that actually contains separate information within in, in this case it contains bike paths, hiking trails, sidewalks, etc. The map simply shows…
griggsbe
  • 13
  • 4
0
votes
1 answer

What are these .s and .x files alongside my executable?

We have some applications built against .NET 3.5 and referencing ESRI ArcObjects .NET DLLs (which in turn reference COM DLLs). We're running them on Windows 2008. Sometimes I will look in the applications' installation directories and alongside the…
Gnat
  • 2,861
  • 1
  • 21
  • 30
0
votes
1 answer

ESRI Silverlight Map Tile does not draw at certain level

I suspect that this is too specific to be solved with a question here, but I am hoping to get some analysis hints, at least: I am using ESRI.ArcGIS.Client (for Silverlight), specifically ArcGISTiledMapServiceLayer, and a map at…
Kelly Cline
  • 2,206
  • 2
  • 33
  • 57
0
votes
1 answer

How to block REST services to anonymous users (ESRI)

Is there an efficient way to block REST services to anonymous users? I am running a website in ASP.NET 4.0 where people log in and according to their credentials they have access to different maps. I would like to avoid having them log in again.…
Alex
  • 11
  • 2
0
votes
1 answer

measurement tool (area calculation) not working properly in map

I have create a simple measurement tool in esri sample maps with all other functionality using javascript. But measurement tool area calculation displays the wrong calculation . However the distance and location are fine ( using wkid: 3435). When…
0
votes
0 answers

ArcObject IWMSServiceDescription.get_LayerDescription C# error

My goal is to connect to a WMS Service and display a layer on my application's map using ESRI's ArcObject API for .NET. Here is the part of my code I am struggling with: ... String url = "some value"; String layerTitle = "another…
Zane
  • 1