ArcGIS Server » Web Applications » .Net ADF
 
 

Share your work and download examples published by other users in the ArcGIS community.

Code Gallery


name rating date added product version author downloads

Google Maps with .Net ADF - workaround combineing .Net ADF with Javascript API.


0 Ratings
Dec 15 2009
Updated:
Jan 21 2010
9.3.1 suresh738 158
This script can be used to view Google Aerials in Web Mapping application. Google maps truly can not be used as a layer. Either Google Maps or your own service can be viewed at a time on the map.http://forums.esri.com/Thread.asp?c=158&f=2276&t=297209&mc=0Sample WebMapping application is included. Download

Dynamically toggle visibility of labels in a web application


0 Ratings
Nov 12 2009 9.3 CyberTech-India 153
Sample to turn on and off the labels for a layer using Annotation label engine in an .NET web ADF environment. Download

Dynamically toggle visibility of labels in a web application


0 Ratings
Nov 12 2009 9.3 CSSLIndia 56
Sample to turn on and off the labels for a layer using Annotation label engine in an .NET web ADF environment. Download

Zoom To Results


0 Ratings
Nov 05 2009 9.3.1 tbrenneman@esri.com 281
This control, called ZoomToResults, enables you to automatically zoom to the result set returned from a task instead of requiring you to navigate through tree-view results in a standard TaskResults control. By default, this control is not visible at runtime. It is designed to simply zoom to the result set in the map if the number of features returned is... Download

Creating SOAP Web Services with ArcGIS Server


0 Ratings
Nov 03 2009 9.3.1 Lindemann 234
This download provides a presentation that will explain the steps needed for creating a SOAP Web Service with ArcGIS Server in Visual Studio. Also included is a sample Visual Studio project with three generic web services you can replicate if you have ArcGIS Server and the Developer Kit installed. The following webservices in the Visual Studio project perform the following... Download

Query Helper Classes


0 Ratings
Nov 03 2009
Updated:
Nov 03 2009
9.3 toiyabe 88
A while back I created some query-helper classes in C# to make querying layers in a Web.ADF map application much easier to setup and use. I created a base class called "CA.Map.Query.QueryBase.cs" that holds many of the common elements that go into most types of queries. Then I created 3 other classes that inherit the base class. These are "CA.Map.Query.AttributeQuery.cs,"... Download

AGS2RSS


0 Ratings
Oct 13 2009
Updated:
Oct 19 2009
9.3.1 ESRI 176
Provides an example of an ASP.NET web service with the ability to query an ArcGIS Server Map Service Layer and return results as an GeoRSS document; Map service query and feed options are configurable for the default service in the ASP.NET web.config file and also parameterized so they can be passed into web page as run time options as override... Download

Updated .NET proxy page


1 Rating
Jul 17 2009 9.3 markdeaton 100
ESRI provides a standard proxy page here:http://tinyurl.com/km9j7sHowever, that page sometimes has problems downloading XML data. This page has been modified to better handle XML data feeds. Download

AGSSOM


2 Ratings
May 15 2009
Updated:
May 29 2009
9.3 ESRI 636
AGSSOM.exe is a sample command line utility for starting, stopping, and restarting ArcGIS Server services. It was built with C#.NET. Version 1.0, 01/15/08- initial release. Version 1.1, 01/22/08- update provided by ESRI Indiana Project Office which: * works with remote servers. It will default to localhost so any existing batch file syntax will still work. * adds a listtypes command... Download

WicKID: Coordinate conversion control


3 Ratings
May 01 2009
Updated:
Jul 22 2009
9.3 Thad 595
CoordinateControl allows you to convert coordinates from the map’s spatial reference to a specified coordinate system without a round trip to the server. The converted values are interpolated on the client, and can be displayed in the browser status bar using a specified string format. The output spatial reference is indicated with a WKID or WKT and can be changed... Download