Tagged Questions
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 ...
3
votes
1answer
405 views
Is it possible to find the Map Services URLs used in ArcGIS Flex or Silverlight web applications?
With the ArcGIS Server JavaScript API, you can find the URLs in the map services in the source code. Do the Flex and Silverlight APIs completely obfuscate the map services URLs?
As an example, the ...
2
votes
1answer
437 views
Filter features with multi-table joins in ESRI Silverlight/REST API
We have a rather involved data warehouse (SDE 9.3.1 / Oracle 11g) that contains a single related point feature class. Our (analytical) application should allow users to construct complex, ad hoc ...
1
vote
1answer
861 views
How to handle 500 Internal Server Error with ESRI Silverlight API
I have a simple AGS map service. I accidentally specified an invalid SRID explicitly in my Silverlight XAML:
<esri:Map x:Name="Map" IsLogoVisible="False">
<esri:Map.Extent>
...