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.
0
votes
1answer
50 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
78 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 ...
1
vote
0answers
23 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 ...
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
1answer
49 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. ...
0
votes
0answers
174 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 ...
1
vote
2answers
84 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
92 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
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 ...
0
votes
0answers
94 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 ...
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 ...
3
votes
1answer
182 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 ...
0
votes
2answers
209 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 ...
1
vote
1answer
99 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 ...
1
vote
1answer
138 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 ...
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
0answers
267 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
1answer
289 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 ...
0
votes
0answers
75 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
82 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 ...
0
votes
1answer
170 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
363 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
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 ...
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
358 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
95 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 ...
5
votes
1answer
294 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
0answers
151 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 ...
1
vote
1answer
443 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
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 ...
2
votes
0answers
140 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
118 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
536 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 ...
2
votes
1answer
292 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
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
...
1
vote
1answer
657 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 ...
1
vote
1answer
242 views
Debugging AGS API for Silverlight - returned featureset to graphics layers not drawing
I have geometries returning from the ArcGIS Server as a featureset from a gp service to the silverlight client. In debug mode in VS 2010 I see the geometries coming back to the client and I am adding ...
1
vote
2answers
131 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 ...
0
votes
0answers
261 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 ...
1
vote
0answers
164 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. ...
2
votes
1answer
372 views
How do I disable Mouse Wheel zoom functionality in ArcGIS Silverlight?
I have an ArcGIS Silverlight app with a Map object. It containes an ArcGISTiledMapServiceLayer and a GraphicsLayer. We've written a custom measure tool for adding in a point at an offset on the ...
3
votes
2answers
705 views
Geoprocessing ArcGIS 10: Sending lat/long/elevation data to a geoprocessing service
I have a silverlight application that allows the user to select points to make a polyline. The polyline is densified per the users input (say every two feet). The new points are sent to an esri ...
1
vote
1answer
226 views
ArcGIS intergration with OpenText eDocs DM
I work for a municipality and all of our internal documents are stored in a Document Management system, OpenText eDocs DM.
I would like that in my internal Mapping Application (ArcGIS Server / ...
1
vote
1answer
1k views
ArcGIS API for Silverlight - pass geometries to ESRI service
How would I test this service to find what it wants? ...
1
vote
0answers
129 views
ESRI Silverlight Cartography - Looking at whats not there
I have line data that has been symbolozied in ways that I don't have time to understand and would like to make a map that tells me =).
My general question is how to display the lack of data results ...
0
votes
1answer
232 views
Which ESRI Silverlight API version goes with which Silverlight version?
I am trying to get my references right in a Silverlight app. I cannot find the ESRI Silverlight API goes with Silverlight 3. I can only find the latest version of the ESRI Silverlight API (Version ...
2
votes
2answers
326 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.
...
