Tagged Questions
1
vote
1answer
82 views
Does Web ADF 10 work with ASP.net 4?
I already have an ASP.net application using VS 2010 and .NET framework version 4 and ArcGis Server 10, and i need to add just a page, have map and toolbar.
When I try to add map control and run the ...
-1
votes
1answer
275 views
How to display coordinates under cursor in web map?
I'd like to be able to display the X/Y coordinates of the user's current mouse cursor location such as with this web map.
I'm using the .NET Web ADF, C# and ArcGIS Server.
Can anyone suggest any ...
4
votes
0answers
333 views
I have a Web Application (ASP.NET) made in ArcGIS Server Manager. How to create a button for the user to export his vision for PDF / Image?
I am using ArcGIS Server Manager to create Web Applications (ASP.NET).
I would like the customer to access has an option to export your vision to PDF or Image, or both.
I would like to generate the ...
2
votes
1answer
57 views
How to change the language of all Web Applications of the ArcGIS Server manager (for ASP.NET)?
ArcGIS Server manager (ASP.NET) comes by default the English language. I would like to configure it to Portuguese of Brazil.
It is ok if the administrative tool is in English.
But I'd really like is ...
3
votes
1answer
54 views
In “ArcGIS Server Manager.” I wish that when I create a new “ASP.NET Web Application” already come with “pre-configured tags.” How to do this?
I'm using the "ArcGIS Server Manager" to create "Web Applications" with my maps. In ASP.NET project has a "web.config". How do I get my "web.config" come with some "tags" standard?
More specifically, ...
3
votes
1answer
96 views
i have an unhandled exception in asp.net
i am going to create a website and load a gis map to it.
i am using arcgis 10 and i created a web application in arcgis server 10
i created a new WebSit in visual studio 2010 and add a map resource ...
2
votes
1answer
327 views
how to learn arcgis server programming?
I'm new in programming c# and and arcgis server . i just use arcgis server wizard to create services and web applications but now i'd like to learn more about arcgis server and programming with ...
2
votes
0answers
384 views
Intersection problem: too many elements?
I have this code where an IGeometry shape (4-5 circles not filled) should be intersected with another layer's features
// Convert from IGeometry to ADF Geometry Polygon
...
0
votes
1answer
302 views
Intersection failing because of vertices of polygons
I've written some code to intersect features of one layer with another's, but one layer has polygons (the squares in the image) and the other has circles (not filled).
The problem is that I'm using ...
2
votes
1answer
157 views
How to display IGeometry?
I've done an intersection with the ITopologicalOperator6 interface, and I now have an IGeometry with the result.
How to draw this in a graphics layer on the map? I want to see what was intersected ...
3
votes
1answer
333 views
ITopologicalOperator.Intersect, how does this work?
I'm trying to intersect all features of a layer with another's but I'm getting the web ADF application stuck while executing the "ConstructUnion" function
Here's the code I've written so far
// ...
3
votes
2answers
427 views
How to apply a new renderer in ArcGIS?
I try to create a new renderer for a geo feature layer in ArcGIS 10. (My project is an asp.net based webservice)
There is one solution I got from a tutorial that works, but only for a ISimpleRenderer
...
3
votes
2answers
384 views
Custom Query Task
I'm building a web application in ArcGIS Server for .net and I want to create query task for each layer so that each query depends on the previous result query task, how can I do that... please help ...
5
votes
2answers
303 views
Show loading icon with custom tool
I have a custom tool in vb.net for a web application, i'm using Asp.net, the class is in vb.net and the gis service is in Arcgis Server 9.3 sp1, the tool makes a selection of layers and takes a lot of ...
4
votes
1answer
236 views
Select Parcels by Street Geometry
Hi I'm trying to select the parcels near a street with web adf for vb.net, does anyone know how to do that?, I have a Graphics resource in the map resources with the selected streets and I need to do ...
2
votes
1answer
359 views
Painting polygons in ASP.NET
I have this problem, I need to paint each polygon with a distinct color based on an atribute value using .NET, for example:
Polygon value
1 10
2 10
3 5
4 5
5 1
...

