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
4
votes
2 answers

ways to convert current screen into array of bytes in silverlight3

I would like to know if there is any other way than using WriteableBitmap to convert the current screen into array of bytes. Because I am trying to get a screenshot of Esri map, but I am getting "pixel access not allowed" error. Please help.…
Devphil
  • 295
  • 2
  • 10
  • 20
4
votes
1 answer

How to save esri map as an image file

I am using Silverlight 3 and I am trying to take a screenshot of esri map. I was able to take a screenshot and save as a file for silverlight controls, but when I try to access Esri map image, I get "Pixel access not allowed" error. I heard this…
Devphil
  • 295
  • 2
  • 10
  • 20
4
votes
2 answers

How to disable touch in fragment area

I am developing an app that have map and fragment. Map Contents is fragment in front of map. When i touch in map contens fragment map affected from my touch and zoom in, zoom out etc. All i want to do is disable touch event on map contents fragment…
salih
  • 727
  • 13
  • 36
4
votes
1 answer

Convert ArcGis Geographic Coordinates Lat Long wkid: 4326 to Projected Coordinates wkid: 102000/3857

When using JS ArcGis API, is it possible to create a point in ArcGis from lat and long like this var testPoint = new Point(-98, 38); or this var testPoint = new Point(-98, 38, new SpatialReference({ wkid: 4326 })); and convert it to a different SR…
AzIz00
  • 65
  • 2
  • 7
4
votes
1 answer

how to approach converting VBscript to Python code?

I've been asked by my boss to convert a piece of vb script, which is manually run every Friday into python, except he wants it automated. I'm new to programming and would like some help deciding how to begin with this problem. This will be my first…
AnythingMapping
  • 367
  • 3
  • 15
4
votes
9 answers

ESRI frameworks: java vs javascript

I'm about to develop a web mapping application with ESRI Products like ArcGIS Server and Image Server. I can't find a good comparison between the Java Web ADF and the Javascript Framework. They're of course different because one is a full…
Luke
  • 3,381
  • 1
  • 20
  • 20
4
votes
2 answers

Convert ESRI projection coordinates to lat-lng

I have a large dataset of x,y coordinates in "NAD 1983 StatePlane Michigan South FIPS 2113 Feet" (aka ESRI 102690). I'd like to convert them to lat-lng points. In theory, this is something proj is built to handle, but the documentation hasn't given…
Matt Hampel
  • 5,088
  • 12
  • 52
  • 78
3
votes
1 answer

Android - How to know if mapView is properly loaded?

I am having trouble in detecting if mapview is loaded in my android map appication. In OnCreate method, when I assign the map URL, I want to know if any problem occured. Problems may occur due to my internet connection or any other problems like…
user1111781
  • 133
  • 1
  • 5
3
votes
2 answers

What is the effect of IntendedUse in AWS Location Place Index resources?

I'm implementing an address suggestions solution using the AWS Location service. On the Place Index resource, there is an IntendedUse property that takes either SingleUse (default) or Storage (See the CloudFormation definition). From the description…
brasskazoo
  • 76,030
  • 23
  • 64
  • 76
3
votes
2 answers

How to put queries in ArcGIS esri search?

I have my own query in search, How can i disable the default search function in ArcGIS search widget and apply mine? my current code const location = () => {    const map = new Map({         basemap: 'arcgis-light-gray',               });      …
user15404864
3
votes
1 answer

Intersect two layers and get resulting features

I have X layers on a map and I need to intersect chosen layers (two per time) and color resulting features. I'm trying to get this code working // get first feature (index 0) ESRI.ArcGIS.ADF.Web.Geometry.Geometry adfFeature = …
Marco A.
  • 43,032
  • 26
  • 132
  • 246
3
votes
1 answer

Not able to load ESRI ArcGIS JS API Map in React app

I'm using React [^17.0.1] and arcgis-js-api [^4.18.1] for the app, After 'npm start' I'm receiving the below errors, The console errors are below, [esri.widgets.Widget] widget-intl:locale-error esri.widgets.Attribution TypeError: t is not a…
Kishor
  • 200
  • 13
3
votes
1 answer

ESRI loader search widget focus out issue with angular 7

I have to implement an ESRI map using esri-loader in angular application. everything working fine but if we type something in search widget then on focus out of search widget it throwing the following error "Uncaught TypeError: Cannot read property…
Sarjerao Ghadage
  • 1,420
  • 16
  • 31
3
votes
0 answers

Esri Map 4.15 getChildGraphics for geoJSONLayer - FeatureReduction "cluster" applied

I am currently using geoJSONLayer featureReduction type 'cluster' with esri 4.15. When I click on the clustered point to open popupTemplate, how to I get the child graphics and it's attribute. In esri 3.32 I could use…
3
votes
1 answer

Esri.ArcGISRuntime nuget package is not supported for netcoreapp2.2

I'm trying to use the following classes CredentialRequestInfo and Credential. And as mentioned in ArcGIS Developers, in order to use the classes we need to install Esri.ArcGISRuntime nuget package. But when installing the package, I get the…
Mohamad Mousheimish
  • 1,641
  • 3
  • 16
  • 48