Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,anybody knows how to create a .txt file converter that can convert to .shp file using ASP.NET or VB.NET?and then the .shp file can read in ArcMap 9.3?

Really need help... :doh: :sigh: :confused: X|
thanx 4 ur help :laugh:
Posted
Updated 8-Apr-10 16:56pm
v2

You'll want to look at this whitepaper: ESRI Shapefile Technical Description[^]. (By the way, a simple google search found that as it's first result searching for shapefile structure). It's really not a small feat to create a shapefile from scratch.

You're probably better off downloading the Arc SDK and using ArcObjects to create a new shapefile and fill it in with the details of the text file.
 
Share this answer
 
v2
First, use google ".shp file extension" and look at the links. You will need to know what the detailed internal format of the shape file is.

Second, work out what the data in your text file looks like.

Third, read in your text file, and process it into a sensible internal format for checking etc.

Fourth, write the internal format as shapefile information as described in step one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900