public class CSVShapeInfoFile extends CSVFile
NOTE: By default, the numbers that are found in the CSV file are converted to Doubles. Use the load(boolean) method to control this, especially if you are using the fields later as the key in a Hashtable.
headerRecord, headersExist, infoRecords, infoUrl
Constructor and Description |
---|
CSVShapeInfoFile(java.lang.String name)
Don't do anything special, since all defaults are set already
|
CSVShapeInfoFile(java.net.URL url)
Don't do anything special, since all defaults are set already
|
Modifier and Type | Method and Description |
---|---|
void |
loadIntoGraphics(OMGraphicList list)
This function takes an OMGraphicList and loads each one with
the vector representing the records in the csv file.
|
getNumberOfRecords, getRecord, isHeadersExist, iterator, loadData, loadData, setHeadersExist
public CSVShapeInfoFile(java.lang.String name) throws java.net.MalformedURLException
java.net.MalformedURLException
public CSVShapeInfoFile(java.net.URL url) throws java.net.MalformedURLException
java.net.MalformedURLException
public void loadIntoGraphics(OMGraphicList list)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details