Application Developer Framework. The set of custom Web controls and templates that can be used to build Web applications that communicate with a GIS server.
1
vote
0answers
59 views
Getting started with development for ArcGIS Server
I'm currently working on upgrading a C# web service I wrote a couple of years ago built against ArcGIS Server to ArcGIS Server 10. The application in question does some basic spatial queries and ...
0
votes
1answer
30 views
Probelm with Add Network Analyst dll in My Web Mapping Application adf?
I'm a beginner in ArcGIS & I'm shooting blind really. I want to add the Network Analyst tool box to find the shortest path in my project. I tried this solution:
I can't add Network Analyst dll to ...
1
vote
1answer
61 views
How to Add Network Analyst dll in My Web Mapping Application adf?
I'm a beginner in ArcGIS & I'm shooting blind really. I want to add the Network Analyst tool box to find the shortest path in my project. I tried this solution:
I can't add Network Analyst dll ...
1
vote
0answers
83 views
ArcGIS Server - Polygon lines dimenstions
How to measure the lines of polygon . VB.NET + ArcGIS Server .
I have ArcGIS Server 9.3 - WebADF - VB.NET
1
vote
1answer
82 views
Does Web ADF 10 work with ASP.net 4?
I already have an ASP.net application using VS 2010 and .NET framework version 4 and ArcGis Server 10, and i need to add just a page, have map and toolbar.
When I try to add map control and run the ...
9
votes
3answers
438 views
What is the future of ArcGIS web development ? Is it JavaScript and HTML5? [closed]
I want to know about the future of ArcGIS web development; is it HTML5?
I used to work with ArcObjects and .NET Web ADF so what is the best technology I must follow, especially when I know that ...
-1
votes
1answer
280 views
How to display coordinates under cursor in web map?
I'd like to be able to display the X/Y coordinates of the user's current mouse cursor location such as with this web map.
I'm using the .NET Web ADF, C# and ArcGIS Server.
Can anyone suggest any ...
0
votes
0answers
68 views
Bitness Issue with WebADF 10 deployment
I am in process of migrating a WebADF 931 app to 10 and facing some challenges with depoloyment on 64 bit Server (Windows Server 2008 R2). The website works fine when deployed to 32 bit server but ...
4
votes
1answer
518 views
Custom ArcGIS Server Web Service can't find Esri assemblies
I have ArcGIS Server 10 installed on a server, with Web ADF Runtime and Web Applications installed, and I have a custom web service that uses a couple of ESRI.ArcGIS assemblies deployed on that ...
0
votes
1answer
105 views
ArcGIS WebADF Distance tool
Is there a tool in the WebADF that will let me draw a straight line and calculate the distance between the two points.
1
vote
0answers
75 views
Intersection between two ADF GraphicsLayer
I know how to intersect features from a ADF Geometry with a map ADF GraphicsLayer, but this requires me to have ONE LAYER on the map and then use a spatial filter on it.
If I have two GraphicsLayer ...
0
votes
2answers
254 views
Why would programmatically setting the extent of a map on Page_PreRender be really slow?
We are using the ArcGIS 10 web adf with C# in a web application. We just recently upgraded everything from 9.3 to 10 and moved all the hosted stuff over to a new (more powerful) server. Still on the ...
4
votes
0answers
349 views
ArcGIS - find layer ID and name from a Identify query
I need to retrieve the layer ID of every layer returned by the IQueryFunctionality.Identify function (I am using ADF with .NET)
Identify function spits out a DataTable array for layers which have ...
2
votes
1answer
255 views
arcgis server 10, vb.net add reference problems
i am using 'arcgis server 10' and 'visual web developer 2010 express'. now, i opened a 'web mapping application' then wanted to 'add a reference' to 'esri arcmap object library 10.0' it says:
A ...
0
votes
1answer
209 views
Why do Web ADF Map and MapResourceManager maintain their state in session this way?
I'm using ArcGIS Server Local datasource.
ArcGIS Web ADF MapResourceManager control maintains resources added once until session is abandoned. Why does it do so? Why not just use viewstate?
Map ...
2
votes
3answers
781 views
WebADF 931 to 10 migration issues
I am in process of migating a web ADF 931 application to WEBADF 10. The application uses some samples from ESRI forum/samples. I am curious if there are versions of these files available within WebADF ...
5
votes
3answers
386 views
Measure Snapping with ArcGIS Javascript API
I would like to know if the ArcGIS Javascript API has built in snapping functionality for the measure tool. I am trying to create a measure tool which only measures distances along the edge of roads. ...
2
votes
2answers
313 views
Is it possible to rearrange layers on the fly?
I'm involved in a project where one of the main features is that the users will have the ability to select wich layers will be available for him to view on the map, the layers then should be loaded ...
5
votes
2answers
303 views
Show loading icon with custom tool
I have a custom tool in vb.net for a web application, i'm using Asp.net, the class is in vb.net and the gis service is in Arcgis Server 9.3 sp1, the tool makes a selection of layers and takes a lot of ...
2
votes
2answers
527 views
Iterate through TOC elements in ArcGis Server 9.3
I'm developing website with a custom tool in ArcGis Server 9.3 using Visual Studio 2008 and the ADF components, the thing is that when I click on my custom tool it calls a class, this class needs to ...
4
votes
1answer
236 views
Select Parcels by Street Geometry
Hi I'm trying to select the parcels near a street with web adf for vb.net, does anyone know how to do that?, I have a Graphics resource in the map resources with the selected streets and I need to do ...
1
vote
1answer
319 views
How do I disable ArcGIS Server web adf calls when zooming with a mouse wheel?
When zooming using the mouse wheel on a web adf based map, every time the map wheel clicks, requests are sent to ArcGIS Server for maps etc. (as evident in Fiddler) Is there any way to harvest an ...
0
votes
1answer
130 views
Inherited EditorServerCommandAction double posts returnMessage
I have a bunch of inherited EditorServerCommandActions in my WebADF solution and when ever I use the ReturnMessage inside EditorServerAction() it generates two javascript popups at the clientside.
Is ...