GeoPathReaderCsv
Description
- Derived from
-
GeoPathReader abstract
An implementation of the IGeoPathReader interface that parses a text file with comma-separated values (CSV).
Public / Constructors
GeoPathReaderCsv
Creates a new instance of GeoPathReaderCsv.
Column names (see IGeoPathReader.ColumnName) are taken from the header row of the CSV file (see columns opt). If there is no header row, the column names are #1
, #2
, … #N
.
- IOException
-
If an I/O error has occurred.