The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
58 views

Invalid Topology [Topoengine error] ArcGIS 10.1

I'm trying to run the Identity function on two large data sets but it fails every time. I don't think it is a lack of hardware as I can run other processes on the same data sets. I've already ...
0
votes
0answers
40 views

Why has Arc's Analysis Tools>Overlay>Identity tool not populated the fields in the output table with the input features' attributes?

I've benefitted from the answers on this site a couple of times - thanks all!!, but this is the first question I have posted. I'd like to know the stream length in a number of watersheds I'm working ...
3
votes
2answers
266 views

How to show related tables in ArcGIS Viewer for Flex v3?

Is there any way to show related tables's result in ArcGIS viewer for Flex? Like identifying in desktop?
1
vote
1answer
524 views

How to use default identify tool in ArcMap from C#?

I made a custom "Find" tool(winform) which is called after specific button presed in ArcMap toolbar. In this new "Find" form I need to use identify for one or more selected items in DataGridRow. So ...
2
votes
0answers
97 views

Any Open source implementation just like ArcGIS Desktop Identity function?

I tried to identity thousands of points with millions polygon. ArcInfo work well but i have to get the result from Web Services.So i tried to implement the algorithm(Point in polygon) by myself,it ...
2
votes
0answers
350 views

Extending Identify widget and connect it with Legend widget

Sorry if its a ver basic question but I am new in Flex, so I'll appreciate your help. I am using latest Flex Identify widget and I have created my own legend widget. What I am trying to do is, when ...
4
votes
2answers
2k views

One-To-Many Table Relate Viewed Through ArcGIS Server

I want to create a Table Relate with a one-to-many relationship between a layer and a non-spatial table based on a common field. My question is, if I publish this data to ArcGIS Server, will an ...
3
votes
2answers
276 views

How to attribute lines with Ids of touching polygons?

I have two shapefiles: one contains streets of a city and one contains blocks (i.e. polygons bounded by the streets). I would like to have the streets attributed with the id of the left and right ...