0
votes
1answer
23 views

Point to point distance over specified distance

I need to calculate the distance between neighbouring points which conform to a staggered line. I have two point datasets, one being the baseline and another the monitor. The points typically reside ...
3
votes
1answer
52 views

Convert polygons to a number of randomly located points based on polygon size

ArcMap 10.1 on a PC. Working with a large shapefile with ~50,000 poygons with a wide range of size from 1,000+m. to <1m. I would like to convert these polygons into points so I can do some analysis ...
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
1answer
254 views

Address or reverse geocode a point shapefile

I have a shape file that contains points. I want to do a reverse geocode and give these points an address. Can someone please help me?
3
votes
1answer
185 views

Estimating cline width at multiple points along a trait gradient

In the map below I have 66 (green) points along the midpoint (0.5) for an allele frequency cline across the region (see map). I created the points by placing a point every 25 km along the 0.5 allele ...
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 ...
1
vote
0answers
258 views

Error creating IPoint (ArcGIS 10) - Invalid use of New keyword (VBA)

I have some code I wrote in 9.3 that (mostly) works in version 10. I have a UIToolControl that buffers a user-input point based on a mouse click - nearly identical to the sample. This used to work ...
4
votes
6answers
5k views

Points to Polygon

I've millions of points collected for lithology layer. They have used a coding for different types of rocks. I need to create a polygon around the extent of similar points. What is the easiest way to ...
1
vote
2answers
1k views

How to create a graphic point by xy value?

I have implemented this code to create point event layer by xy text file, however I'm wondering how to create a point graphic by xy value? This script draws point graphic by mouse down. When I ...
1
vote
0answers
238 views

Moving GPS Points with a script - Bearing works well but distance is wrong

I am using a script I found online created in 2003 by one of the commentators here. It is a great script and exactly what I have been looking for and I'm very glad to have found it. It simply takes ...
1
vote
2answers
893 views

Select points within a given distance from a selected point

What I want to do: In ArcMap, let the user select a point (not a point pre-enter) and enter a range (like a Message BOX can enter range) the point (pre-enter the data and XY) within range will be ...
6
votes
3answers
713 views

Converting point data into a weighted raster

I am completely re-writing my question as i think it was quite confusing before: I have a number of different points, each point has a -z value. I need to create some sort of raster or a series of ...
1
vote
0answers
241 views

getting the correct location data with user input

I have some code others have provided, which I modified in order to run a Python script in a toolbox in ArcMap which accepts user input for a starting point, distance, and angle to create a shapefile ...
2
votes
1answer
4k views

Export list of coordinates in a points layer to spreadsheet?

This is similar to my previous question, but I would like to ask it for ArcGIS, instead of QGIS. If I am supposed to somehow merge the questions, please let me know. With an existing point feature ...
4
votes
5answers
13k views

How to connect points with a polyline in ArcMap 10?

I have a layer containing a few hundred points representing a survey track. The points are laid out in chronological order in the corresponding attribute table. How can I have ArcMap 10 automatically ...
7
votes
4answers
8k views

How to find the distance of a point along a polyline?

We need to find the distance of a series of point along a given polyline. We have a polyline dataset repsenting rivers in a catchment, broken up into river reaches (FID 1 through 35 for example). We ...
3
votes
3answers
888 views

Is there a way to “disperse markers” across multiple point layers?

I have a bunch of point layers which often have overlapping features. The disperse markers geoprocessing tool works within a layer but is there a way to do it across more than one layer, so none of ...