ArcGIS Server » Web Applications » Silverlight/WPF API
 
 

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

Code Gallery


name rating date added product version author downloads

Generic Map Application: Using parameters from an XML inifile


0 Ratings
Nov 04 2009
Updated:
Nov 08 2009
9.3 avronp 118
The inifile, iniParms.xml, controls this GENERIC application. The application can be used as a GENERIC VIEWER for different MAP applications by customising the iniParms.XML file without compilation.iniParms.xml enables:    * UI Layout    * Map setup    * Layer display information:         eg to override information in the database    * MapServices    * Maps to Display in the Mapnifier    * etc.Any further control aspects can be added to this iniParms.xml.This is... Download

Map and Monitor IIS REST Requests


0 Ratings
Oct 15 2009 9.3.1 andygup 176
This proof-of-concept app is intended to demonstrate mapping and monitoring IIS logs for web requests to your ArcGIS Server REST-based services. The app returns location information as well as hit counts by IP unique address. It can be configured to search on one or multiple services.See README file for setup details. Download

Samples/Ejemplos Silverlight Workshop - Latin America User Conference


0 Ratings
Oct 13 2009
Updated:
Oct 13 2009
9.3.1 kgorton 137
Sample code for demonstrations given during the preconference Silverlight workshop of the 2009 Latin America User Conference, Bogotá, Colombia, Oct 6, 2009. Código fuente para las demostraciones presentadas durante el taller preconferencia de Silverlight de la XVI conferencia latinoamericana de usuarios de ESRI, Bogotá, Colombia, 6 Octubre, 2009. Download

GeoIPLocator


0 Ratings
Oct 12 2009
Updated:
Oct 13 2009
9.3 marceloctorres 120
With this app, users can enter a host name or IP Adress to see on a map where the host is located. A flag marker shows the geographical location of the host, map tips shows additional information about it: Country, City, Area and Postal Code Download

Symbol rotation based on attribute


0 Ratings
Oct 12 2009
Updated:
Oct 12 2009
9.3 SharpGIS 79
This sample demonstrates how to make a custom MarkerSymbol rotate based on an attribute in the graphic.Since it's not possible to directly bind to the angle of a RotateTransform's Angle, you can instead use a surrogate attached property to achieve the same behavior. The approach is described here Download

Google Geocoding & StreetView for Silverlight


0 Ratings
Oct 09 2009
Updated:
Oct 12 2009
9.3.1 ciava.at 348
Google Geocoding & StreetView for Silverlight Download

Basic Swipe Example


1 Rating
Oct 01 2009 9.3 ama054000 164
MacDonald (2009) illustrates a "wipe" transition in his book, "Pro Silverlight 2 in C# 2008". His sample utilizes a LinearGradientBrush and an OpacityMask to perform slide transitions between storyboards.The same concept can be applied to map elements to simulate a "swipe" tool. Download

.NET RIA Services Template with a Silverlight Map using


0 Ratings
Sep 04 2009
Updated:
Sep 04 2009
9.3 apascual@esri.com 640
This is the .NET RIA Business template using Authentication in Silverlight showing how to protect UserControls with Role base security and in this case change the visibility depending on the user authentication.More information about Authentication in .NET RIA Services will be posted here:http://alpascual.com/blog/part-3-accessing-security-and-authentication-in-silverlight-using-net-ria-services/You'll need to download the July release of .NET RIA Services from here:http://code.msdn.microsoft.com/RiaServicesThis code is provided "AS IS"... Download

LTS Demos for ArcGIS API for Silverlight


0 Ratings
Aug 27 2009 9.3 nath5034 464
This submission includes all three Silverlight application samples from the ArcGIS API for Silverlight Live Training Seminar (LTS). All samples use Silverlight 3. Download

Text File Parser


0 Ratings
Aug 27 2009 9.3.1 kgorton 281
Enables you to open and parse a text file containing lat/lon fields. You can specify the field delimiter and whether the first line contains field names. A preview window shows you how the parser interprets the data. It then creates a graphics layer for the file and adds a graphic for each point in the file. The zip file contains... Download