Database
cvs.txt
Associated article: The CVS Data Format
Tags: Database
Published source code accompanying the article by Cesar A. Gonzalez Pirez in which he presents the CVS data format which stores cartographic data for a specific geographic area into a single file. Cesar examines the format, then presents a tool for converting CVS files into DXF format. Also see CVS.ZIP.
The CVS Data Format by Cesar A. Gonzalez Perez Listing One 'Refer to http://www-gtarpa.usc.es for more information 'open a CVS file. Dim ly As New Layer ly.OpenFile "C:TempTest.cvs" 'get the first level. ...


