Store | Contact Us | Careers
 
  • Home
  • Industries
  • Products
  • Training
  • Support
  • Services
  • Events
  • News
  • About
    • About Esri
    • Careers
    • Esri Video
    • Partners

Support

Search Support
You are here: > ArcScripts > Search Results > Script Details Login | Feedback | Help

Create attributed lines from points (ArcGIS 9.2)



contact author | download help | report inappropriate content
Author Ken Buja
File Name Points2Lines_92SP4.msi
Language VB.net
Last Modified Sep 23 2009
Status of work Public Domain
Software ArcGIS Desktop
File Size 396 kb
Downloads 2541

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This tool uses a point dataset to create a polyline dataset with the points' attributes. The tool allows a user to select a field name from the points layer to group the line segments and the point layer fields to be copied to the line layer. Line segments are created from two points with the same attribute in the group field. The points will be assumed to be already sorted by group attribute and order. The attributes for the line segment are taken from the first point.

This tool was developed for ArcGIS 9.2, Service Pack 4 or higher and requires ArcGIS .NET Support. After running the installer program, the tool will be found in the Customize dialog in the Biogeography Tools category as "Create line from points".

A newer version for 9.3 and above is available at http://arcscripts.esri.com/details.asp?dbid=15828

To install this tool in Vista, open a command line prompt as an administrator and use the command

msiexec /i "path-to-package.msi"

If there are no spaces in the path name, the quotes aren't necessary.

Version History:
23 May 2008: 2.3
● Bug Fix: Installer script gives incomprehensible error message for older service packs

28 Mar 2008
● Bug Fix: Installer does not work on Service Pack 5.

2 Jan 2008
● Bug Fix: Installer does not work on Service Pack 4.

7 Aug 2007
● Bug Fix: OID field wasn't added to the output dataset.
Contact Us | Privacy | Legal | Site Map