Tagged Questions

ArcGIS for Server software gives you the ability to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications.

learn more… | top users | synonyms

10
votes
7answers
1k views

Where do you get ArcGIS development questions answered?

Where do you have the most success getting your ArcGIS development questions answered? ESRI forums? Stack Overflow? Google? Mailing lists? Blog posts? ESRI documentation? I can usually get answers ...
6
votes
2answers
3k views

LINQ and JSON.NET when the property names vary

I am attempting to parse some JSON content in to C#. For the simpler cases I am having great success with JSON.NET and really appreciate the clean approach offered by the LINQ provider. Here's an ...
2
votes
1answer
390 views

Installing ArcGIS Server 10 in Ubuntu

Anyone who has the experience installing ArcGIS server 10 on Ubuntu 10.10. Is it possible doing that?
2
votes
3answers
2k views

is ARCGIS 10 very slow?

has anyone having problem with latest release of arcgis 10? my services running on ags 10 is very slower than 9.3.1. And Arcgis Desktop is Really slow which cause me to downgrade back to 9.3.1. Is ...
2
votes
1answer
502 views

Script or automate feature class creation in ESRI/ArcSDE

I'm looking for info on how to write SQL scripts to automate the creation of a versioned feature class in ArcSDE I want to be able to automate the process itself as well as put the scripts under ...
2
votes
3answers
883 views

Need recommendation for ArcGIS Engine,ArcGIS Server and ArcSDE interview question

I am preparing for GIS interview.I am looking for good ArcGIS Engine,ArcGIS Server and ArcSDE interview questions. I just googled some,but the questions that I found are not that much detailed to the ...
2
votes
2answers
603 views

ArcGIS Flex API: Convert a screen point to a MapPoint

Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on the screen or the a map control to spatial coordinates in the map? It seems like there's functionality to convert map ...
1
vote
1answer
52 views

MapResource object cast problem

I have an 'ArcGIS Server Internet' resource into my MapResourceManager called "MapResourceItem0" and is the third of other two resources. I need to get the features of the layers in this resource, ...
1
vote
1answer
154 views

Deserializing json with Json.net C# - whitespace within identifiers

Some background to my question: I'm looking to deserialize some horrid json within Json.net. This json object is created by ArcGIS Server, and sends a 'results' object which is formatted thusly: { ...
1
vote
1answer
425 views

What's the official ESRI solution for serving up static map images (i.e. png, jpg, etc)?

I need to write a map service that returns a single, static map image (png, jpg, etc). In the old days (i.e. before Google Maps took off) this was the default way that server software like ArcIMS ...
1
vote
3answers
295 views

Sun Directory Server can't connect ldap server

I'am installing ArcGisServer for the Java plataform on Centos 5.5 x86_64, this is not a supported platform but I have overcome almost every problem preventing the success of the installation. It uses ...
1
vote
2answers
410 views

Editing spatial data with ArcGIS Server .NET

I have a Mapserver application with SDE layers... I´d like to know how can I edit my SDE spatial data (add/edit a point/line layer) in .NET ... Thanks
1
vote
2answers
536 views

how to count or summurize distinct values in Json with dojo

I'we got a Json response from a ArcGIS server that look like this: { "displayFieldName" : "ELTTYPE", "features" : [ { "attributes" : { "ELTTYPE" : "Faldunderlag", "DATANR" : 721301, ...
1
vote
2answers
768 views

Set a double click event without disabling default mouseup/mousedown behavior

I'm trying to enable a double click event on a flex control without disabling the default mouseup/mousedown behaviors. I'm using the ESRI Flex API for arcgis server, and I have a map control with ...
1
vote
2answers
877 views

Alter map layer symbology dynamically (ArcGIS Server)

What is the preferred method of altering a layer's symbology dynamically? My web app consumes a map service via the REST API, but I don't mind using the SOAP API or ArcObjects (.NET).
0
votes
0answers
42 views

How do I progammatically publish a Map Service Definition to an ArcGIS Server in ArcGIS 10 or 10.1?

I have an C# desktop application that needs to allow the user to specify an ArcGIS map service definition (.MSD) for publishing to a server. How can I programmatically publish a given .MSD to an ...
0
votes
2answers
170 views

How to get data out of JSON object?

I'm using JSON.js provided in JSON.org <% JSONReturn = GetDistance(Sample) // return a string in JSON format (Arcgis server Solve route function) JSONObject = ...
0
votes
1answer
199 views

ITopologicalOperator.Intersect, how does this work?

I'm trying to intersect all features of a layer with another's but I'm getting the web ADF application stuck while executing the "ConstructUnion" function Here's the code I've written so far // ...
0
votes
1answer
88 views

ArcGIS ADF - how to click and bring up a popup with informations on the feature selected?

I have an asp.net ADF application with a map, I need to bring up a small tooltip window or a popup window with feature information when a user clicks on one I need to retrieve all features in all ...
0
votes
2answers
76 views

Geoprocessing service - empty memory after calling

I'm following this sample for ADF libraries ...
0
votes
1answer
144 views

arcGIS ADF - map disappear when I add graphic layers

I'm trying to add a graphic layer in a web ADF application with arcGIS for asp.net, but every time I add a graphic layer to the MapResourceManager, the map disappears! To better understand this: ...
0
votes
1answer
77 views

arcGIS newbie: accessing map from a ADF application

I'm an arcGIS newbie and I'm trying to visualize a map I've created with arcMap. The map (test.mxd) has a single layer with some data (some colored squares) and I published it with a service using ...
0
votes
0answers
49 views

Do You have an example multiple server for web services in java?

hi All How can I write a web service(in java) that will have multiple servers that the user can select the server itself ? Please explain with examples. thanx
0
votes
2answers
351 views

Connect Adobe Flex To Arcgis Service?

I'm trying to connect my flex app to my Arcgis webservices. I tried using the connect to webservice interface. But I keep getting this error. There was an error during service introspection. ...
0
votes
0answers
36 views

WebADF 931 to 10 Migration Issue

I am currently in process of migrating a webADF 931 application to Arc 10 environment and testing it within IE8. I am having this issue, the map when launched only covers partial area. I have tried ...
0
votes
1answer
394 views

How to create an ArcMap Layer from a ArcGIS Map Service

I would like to add an ILayer created from an ArcGIS Server Map service to an IMap with ArcObjects, but don't see how to do it. I am getting an IMapServer3 with the following code, where mapName = ...
0
votes
1answer
245 views

WMS layer is empty although mxd shows data

I use ArcGIS Server to serve a map of points from a database. When I create and publish the mxd as a WMS service in AGS everything looks fine. But after a while, the day after or something - the map ...
0
votes
1answer
606 views

Display KMZ file on ArcGIS Server + Google Maps API

I am trying to put a kmz file from my server in a google-maps-map using ArcGIS Server Google Maps API. It works fine with KML but KMZ does not show up. Any suggestions?
0
votes
1answer
37 views

DynamicMapService on GoogleEarth?

can anyone tell me if it is possible to display an ArcGIS dynamicMapService on GoogleEarth via the GoogleMaps API? It works fine with KML but my services are only visible on the 2D maps. Any ideas?
0
votes
1answer
325 views

Why are my ESRI:Tool items having their images reset when I select any other tool on the page?

In my default.aspx page, I have some ESRI tools (and some commands) in a toolbar, so something like this. <ToolbarItems> <esri:Tool ...
0
votes
2answers
772 views

Using Direct Connect access to ArcGIS databases in standalone applications

I work in an enterprise designing, creating and maintening custom applications on the base of ESRI ArcGIS. Some customers use Direct Connect, to connect to databases stored on Oracle or MS SQLServer. ...