
- Dropping-points-along-poylgon-perimeter
- 06-23-2006
![]() Re: Dropping points along poylgon perimeter?
| MartinHvidberg | 06-24-2006 |
If you were Registered and logged in, you could reply and use other advanced thread options
Is there a way to populate the inside perimeter of all the polygons in
a shape file with points about every 1-2 miles? Right now I'm doing
this manually with a shape file containing 200 polygons (not fun!)
a shape file with points about every 1-2 miles? Right now I'm doing
this manually with a shape file containing 200 polygons (not fun!)
anderson115@gmail.com wrote:
In ArcView 3.x you can do that with a rather short Avenue script
containing somthing like:
for each polygon P
for each i in 0..(Polygon.Perimeter/(1 or 2 miles))
pointP = P.Along(i)
end
end
In ArcView 3.x you can do that with a rather short Avenue script
containing somthing like:
for each polygon P
for each i in 0..(Polygon.Perimeter/(1 or 2 miles))
pointP = P.Along(i)
end
end
- food stops along interstate
- Garmin GPS
- 2010-11-29
- 76.Cx Navigation guestion
- Garmin GPS
- 2010-08-07
- Download route from internet map
- Tomtom GPS
- 2009-07-22
- Mapsource track points
- Garmin GPS
- 2009-05-14
- Entering points by LAT-LONG ???
- Garmin GPS
- 2009-09-12



> a shape file with points about every 1-2 miles? Right now I'm doing
> this manually with a shape file containing 200 polygons (not fun!)
>