org.openstreetmap.atlas.streaming.readers.CsvLine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
package org.openstreetmap.atlas.streaming.readers;
import java.io.IOException;
import java.util.Iterator;
import java.util.NoSuchElementException;
import org.openstreetmap.atlas.exception.CoreException;
import org.openstreetmap.atlas.utilities.collections.StringList;
import au.com.bytecode.opencsv.CSVParser;
/**
* A Csv line
*
* @author matthieun
*/
public final class CsvLine implements Iterable