Tagged Questions
2
votes
1answer
27 views
First time using ArcGIS JavaScript API - where do I find the JavaScript API to include (.js) into my solution?
I'm writing a web service that will interface with ArcGIS. One of the requirements is to put:
esri.config.defaults.io.proxyUrl = "proxy.ashx";
in the JavaScript portion of the page. Of course, it ...
4
votes
0answers
63 views
3D maps on web application [duplicate]
1) Is there any web API which can show 3D trajectory below earth surface and can consume the ArcGIS feature service which can work closely with ArcGIS web platform.
2) Is there any way to publish ...
2
votes
1answer
65 views
Setting up file geodatabase API
Can someone point me to a guide for setting up the file geodatabase API? I'm using Visual Studio Express 2012.
I can deal with writing and debugging the code - I just can't seem to figure out how to ...
2
votes
1answer
49 views
Method to find “if map data is available or not”
I am using Arcgis javascript api 3.2. I use the mapservice,
https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer.
I realized that map data is not available when the ...
2
votes
1answer
307 views
Regarding property setMinScale(scale) and setMaxScale(scale) in ArcGIS Java script API
I am new to programming in JSAPI.
I have two dynamic layers and I want to set the property setMinScale(scale) and setMaxScale(scale) to layers so how do I Set ?
ex. I tried using ...
1
vote
2answers
681 views
'invalid parameters' on ArcGIS rest API used from Silverlight
I have an Silverlight application from which I'm trying to create new features to ArcGIS server. Every time I get error
{\"error\":{\"code\":400,\"message\":\"Unable to complete ...
2
votes
1answer
150 views
How can i use MapServer service using arcgis api for silverlight?
Is it possible to use a service published from MapServer using ArcGis api for Silverlight ?
for exemple :
<esri:FeatureLayer ID="Schools Without Attendance Areas"
...
6
votes
2answers
2k views
ArcGIS for Android API Example/Tutorials
I know that the ArcGIS API for Android is still in beta (I've joined the beta program), but I was curious if anyone had produced or discovered any examples/tutorials/cookbooks for the API. The Help ...
1
vote
1answer
569 views
How to access .shp file from local computer or some other server
Below is the code in which we can access a feature layer from ArcGIS sample server.
queryTask = new ...
9
votes
3answers
4k views
How does ArcGIS compute the distance between two points with a non-equidistant projection?
This is a follow-up question to my previous one, Can you suggest some well-written introductory texts about coordinate system projections?
Let's assume I'm working with the CH1903 map projection, ...



