A Microsoft-created programming framework built on top of the common language runtime (CLR) that can be used on a Windows server to create Web applications in a variety of programming languages.

learn more… | top users | synonyms

1
vote
1answer
56 views

PROBLEM SQL SERVER UNION of geography feature : FULLGLOBE result

I have some trouble with sql server 2012. I store coordinates of french cities in my database as geography object (with ESRI 4326) and i want to make the UNION of some cities. I have in result ...
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
0answers
425 views

Dynamic Contour generation and project on google maps

Is it possible to generate contour map layer at runtime and overlap or project on google maps. I am using google map api v3 and want to generate contour map layer using data from sql server and ...
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
0answers
68 views

Set feature properties in Mapguide

I'm trying to put information (name, value) in a point, this is my property definition MgClassDefinition classDefinition = new MgClassDefinition(); classDefinition.SetName("Points"); ...
0
votes
0answers
151 views

I wanted a tutorial link to start with geoserver and Postgis for ASP.NET

I wanted a reference material for coding using C# in ASP.net with geoserver and Postgis. Please tell me reference material for the same. I have searched for several reference material but did not ...