Tagged Questions
0
votes
0answers
197 views
How to display points on map as a graphic using C#?
I have created map using ArcGIS Server in C#. I need to display points as a graphic.
my database consists of points lat lon values,
xval yval txnid attr1 attr2
...
3
votes
2answers
589 views
How can i select a polygon in MS SQL 2008
I am very new to MS SQL 2008. I got a task to select a polygon from the polygon layer by giving the X-Y coordinates. I already got the script for PostgreSQL for the same thing, but i need it for MS ...
2
votes
0answers
177 views
Updating SDE point feature classes with SQL SERVER 2008 R2
I am contacting you in hope that you can help me resolve an issue using SQL Server 2008 R2 to push updates to a SDE point feature class.
We are using a C# app that uses ArcGIS Runtime to edit the ...