The ArcGIS API for Microsoft Silverlight™/WPF™ lets you create internet and desktop applications that utilize the mapping, geocoding, and geoprocessing capabilities provided by ArcGIS Server and Bing™ services.
1
vote
1answer
212 views
ESRI Silverlight Template - 'View Designer' of MainPage.xaml Crashes Visual Studio
At last, first adventure with the ESRI Silverlight API...
So, I have installed ArcGIS API for Silverlight v2.4 and all its dependencies. Then, I downloaded the 'Showcase' Template. Opened the ...
0
votes
1answer
39 views
How do I exclude raster layers from legend? (Silverlight, ArcGIS Server)
I'm trying to adjust my Print Widget so that raster layers do not show up in the legend. My thinking was that I could test for a layer type and not add the item to the legend if it is a raster.
...
1
vote
3answers
70 views
Fill recordset parameter with excel file in geoprocessing model
I've managed to create a working ArcGIS Model service and now I'm trying to use it in my silverlight application. The model uses a geoprocessing tool Record set (an excel file). I'm trying to add ...
0
votes
1answer
47 views
Export WebMap using PrintTask Failing Silverlight API
I am using a custom tool to export a webmap to PDF. The tool works successfully through ArcGIS 10.1. The problem crops up when consuming the tool through my Silverlight application using PrintTask. ...
1
vote
0answers
20 views
Issue with 'ESRI.ArcGIS.Client.Geometry.Geometry' in WCF service
I am having this issue with using Geomtry that is returned from a WCF service. As part of the service, I have added
a service reference for the map service that I am using in this project. I am trying ...
4
votes
0answers
428 views
How to use Route Task in Network analysis tools
I am using esri network analysis tool and I just want to draw the path between two clicked point on the map (by using route task)
I use the example code block in the following link
...
1
vote
0answers
41 views
Vertices of Polygon
I am trying to get vertices of a polygon and having some issues with it. I have PolygonN object and would like to get PointCollection and get access to each points that make up the polygon, any ideas? ...
0
votes
0answers
156 views
How to include WMS, WMTS and WFS services using ArcGIS for Server Silverlight Builder?
Hi I am new to arcgis for server (silverlight builder) and I am wanting to include public WFS,WMS and or WMST services in an application I'm building but I just cant seem to do it. I have read that ...
2
votes
2answers
323 views
Importing ALOHA plume .pas file in ArcGIS Server web API application
I want to import a .pas file (ALOHA plume file) in ArcGIS Server web API application (JavaScript/Silverlight/Flex). Has anyone tried this before?
I am looking for some directions to achive the same.
...
1
vote
2answers
83 views
Need steps to print a Map in ArcGIS Silveright
I want to know how to print a map in ArcGIS Silverlight application.
Thank You in advance.
2
votes
2answers
90 views
How to return feature.shape from server by using WCF and ArcGIS Silverlight API?
I am using the ArcGIS Silverlight API. I all I need to do is to get the geometry from a feature by objectid to zoom to it:
getFeature(objectid);
So I used WCF service to get the geometry but I ...
9
votes
3answers
424 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 ...
5
votes
1answer
282 views
ArcGIS Intersect using Geometry Service
I am using the intersect service from the ArcGIS Geometry service.
referring : http://help.arcgis.com/en/webapi/sil....htm#Intersect
I have modified it to make it work with polylines
it works fine to ...
0
votes
2answers
200 views
problem to show layers in legend using arcgis silverlight api
I tried to create a simple webgis with silverlight.
Software that I used to make the application: ArcGIS Desktop 10 (without sp), ArcGIS Server 10, Silverlight 4, Microsoft blend 4, and Visual Studio ...
4
votes
1answer
511 views
How to fix JSON error in Silverlight Application?
I am trying to run a simple Silverlight application based on code provided by ESRI at this link (Silverlight Samples). My app works fine if I just use the TiledLayer but if I add the Dynamic layer ...
3
votes
1answer
176 views
Displaying information on a map using an InfoWindow
I am wanting to display information in an InfoWindow when the user clicks on a point on the map. I have implemented the InfoWindow in XAML, but I do not understand the code behind it. Any information ...
1
vote
0answers
163 views
ArcGIS 10.0 - How to have GP Service make rest calls instead of Silverlight client?
I have a Silverlight client that densifies a user drawn polyline. The returned vertices from the polyline are then sent to esri elevation sample server for each vertex to find an elevation value. ...
1
vote
1answer
136 views
How can I use child window in ArcGIS Silverlight
Can i use child window control to show map legend or overview?
I tried to use the child window control to show map legend but i couldn't make it work. Is there any way to use the child window control ...
1
vote
1answer
114 views
I'm trying to zoom to a graphic, but nothing happens
I'm trying to zoom to a graphic retuned from the query;
query.OutSpatialReference = MyMap.SpatialReference;
query.ReturnGeometry = true;
After this query I used ...
2
votes
0answers
133 views
How to program select by attribute unique values using ArcGIS silverlight API?
I'd like to create a select by attribute window in my webGIS using silverlight api . this is like select by attribute in arcgis desktop . i create select layer combobox ( cbolayers)and select fields ...
0
votes
0answers
86 views
Looking for select by location and select by attribute plugin/widget for ArcGIS silverlight API
Silverlight is very powerful development tool for webGIS . i'm new in using ArcGIS silverlight API and try to learn it from ArcGIS API for Silverlight . it's very interesting and helpful website but ...
0
votes
1answer
166 views
Using Geocode Service Published to ArcGIS Server Within Silverlight Web Map
I'm trying to replicate this sample on my web map. I have been able to build it successfully as-is within VS 2010. However, I run into some issues when I try to get it to work with my services. ...
1
vote
1answer
96 views
How can i set layers name from map to combobox?
I'd like to list map layers from map into combobox. I tried to set itemsource of combobox to: ItemsSource = "{Binding ElementName=Map, Path=Layers}. It does not list the layer names. It just lists ...
2
votes
0answers
258 views
Using labels/attributes from arcMap to display information
I am wanting to take the labels/attributes that are used in arcMap and display them in an InfoWindow when the user clicks on the map point. I really have no idea where to start on this so any help ...
0
votes
0answers
172 views
Related Table datagrid display sorting in silverlight
I am using the sample code from http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords to display related data into a data grid. In my data I need the table to be sorted by ...
1
vote
1answer
110 views
problem using arcgis api for silverlight
I install visual studio 2010 sp1 , microsoft expression blend4 , ArcGIS API 30 for Silverlight . when i create new project using standard map application in visual studio, i see the error in design ...
2
votes
2answers
955 views
Problem in loading the legend of MapServer in ArcGIS
I have published a mapserver on my ArcGIS Server 9.3. I am developing a silverlight application using ArcGIS Silverlight API. Now I can load my map into my application and also the list of my layers ...
0
votes
1answer
281 views
How can i use arcgis server services in arcgis viewer for silverlight? [closed]
I want to create a webgis using arcgis viewer for silverlight. i install arcgi viewer . when i want to connect to arcgis server service , the application show the error" unable to connect to ...
2
votes
1answer
290 views
Get map service info ESRI silverLight
Been using Esri JavaScript for a while but just started trying out the silverlight API but things are not going smoothly!
Tasks that I used to accomplish easily with Javascript is now proving ...
0
votes
0answers
74 views
Silverlight chart binded to a related table service
I am new to programming - I am using Silverlight 4.0 with ESRI API 2.4. I would like to do the following:
Create a chart on a popup/maptip/infowindow when the user click on the feature in the web ...
0
votes
0answers
81 views
How to generate a list of functions from button click in the ArcGIS Silverlight API? (based on ESRI sample)
I'm experimenting with the Query with Order by Field ArcGIS Silverlight sample. I would like to know how the bottom portion of the query table is generated (it contains a button called Options that ...
1
vote
1answer
355 views
Silverlight API Radio Buttons from a dynamic map service layer in the legend
I am new to programming I am using API 2.4, silverlight 4 to create my web application. I have a application that has several feature layers, a dynamic map service layer and a couple tiled map service ...
1
vote
0answers
192 views
Bing maps get Distance between two places
I have referred the sample http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#BingRouting and developed a Bing maps routing tool on my Silverlight GIS website.. now my client wants me to ...
1
vote
0answers
352 views
How can I access WMS service from Geoserver using ArcGIS Silverlight API?
Having Geoserver installed locally in my machine, I'm currently doing a R&D by trying to access WMS service from Geoserver using ArcGIS API for Silverlight.
I'm trying to replicate the sample in ...
3
votes
0answers
93 views
Feature layer graphics count zero after Initialization
I faced a problem when I added a feature layer onto the map and wanted to do something with the graphics. In the onInitialized() event I found that the graphics count is zero, why is that and is there ...
0
votes
0answers
150 views
Set ArcGIS Silverlight WMS Layer Parameters
I have a WMS Layer of Imagery forma third party that has the ability to be time stamped:
Using arc catalogue I can turn this feature on:
...
3
votes
2answers
129 views
ArcGIS Server: Better to have one massive map service or multiple smaller services?
I have a Silverlight application that consumes around 30 map service layers at different types. The service layers are categorized based on type and only applicable to certain screens of the ...
19
votes
5answers
2k views
Future of Silverlight in ArcGis?
On the last Build Conference in September 2011 Microsoft told a lot about Windows 8 and the Future of JavaScript over Silverlight. No Plugins wanted!! JavaScript with html5 ftw!
Now what is the ...
22
votes
6answers
2k views
ArcGIS Web APIs: What are the differences?
Esri currently offers 3 different web API's that can be freely downloaded.
Are they all equal?
If not, what are the relative strengths/weaknesses of each of these API's?
1
vote
1answer
438 views
ArcGIS API JavaScript, Flex, and Silverlight updated comparision
Does anyone know of a site, blog, etc. that constantly updates a comparison between the various ArcGIS APIs for each new release of the API?
0
votes
0answers
76 views
Silverlight identifyTask w/fieldsToDisplay not showing multi features
I have started with the identify sample code for the ArcGIS API for Silverlight. I have modified it to show specific fields for a FeatureLayer. However, now I am having issues getting features, which ...
1
vote
2answers
129 views
Consuming ArcIMS image service in Silverlight application
I have a vendor who has supplied a secured ArcIMS image service (with raster data) and I am trying to add in a Silverlight based application. When I try to add this as layer in ArcMap and trying to ...
2
votes
0answers
139 views
ArcGIS Silverlight Web Mapping Application has two logins
I am trying to implement a Silverlight Web Mapping application with ArcGIS server and I'm trying to use the Token authentication with active directory as the user/roles store.
I have the service ...
1
vote
0answers
116 views
Show M values on mappoint /mouseover on a polyline - ArcGIS Server 10
I want to show the M values i.e the chainage of the road when I move my mouse over it.
I am using mappoint to show some static attributes but I also want to show the dynamic M values along the road ...
3
votes
0answers
532 views
Map printing using ArcGIS silverlight API
I am using a GP task to print my map and its legend. Well it works fine. But it is really slow.
Also I am not able to print the route event layer that I create. It does not show on the map.
Please ...
0
votes
0answers
72 views
Place milestone for every mile
I have to develop a tool in ArcGIS Server10 with Silver-light API, where I have to place a markersymbol(milestone) on the polyline for every 1 km
I have the start_km and end_km ... with M values
...
4
votes
3answers
1k views
How to create a Chart in Silverlight that is bound to Layer in the Map?
I have a simple Silverlight Application that has a Map control that shows a ESRI Tiled layer service and a Dynamic Layer service. The Dynamic Layer service is just called "Wells" and it has a "Date" ...
1
vote
1answer
651 views
Using a ArcGIS Server Feature Service's addFeature method: Parameters?
I am wanting to post data back to a feature service using the addFeatures method on a feature service. Here it says to use a query and an esri rep says to use a query task. But my "Query" object ...
2
votes
2answers
2k views
How to define layer's URL programmatically? (ESRI Silverlight API)
I have defined a simple tiled map service layer:
<esri:ArcGISTiledMapServiceLayer x:Name="BaseMap"
ID="BaseMap" Opacity="50" Initialized="MapServiceLayer_Initialized"
...
0
votes
0answers
260 views
How to: ArcGIS Server GP Service messaging back to silverlight client
How would I get messages back from my GP Service to the silverlight client? I am passing the gp service some data to process and I want to have the gp service give some respone that the silverlight ...


