org.autoplot.ascii.AsciiTableDataSourceFormat
Format the QDataSet into Ascii tables.  
 
 - header=rich include "rich ascii" metadata.
 
- header=none don't include any headers.
 
- tformat=iso8601 use ISO8601 times (like 2015-01-01T00:00Z)
 
- tformat=hours+since+2015-01-01T00:00 use offsets. (timeformat and tformat are aliases)
 
- tformat=$Y+$J+$H+$M+$S. (separate into columns for each component)
 
- tformat=day
 
- format=%5.2f use this formatter for data, otherwise default formatting is used.  (See QDataSet.FORMAT)
 
- delim=none don't use a delimeter
 
AsciiTableDataSourceFormat( )
canFormat
canFormat( QDataSet ds ) → boolean
Parameters
ds - a QDataSet
Returns:
boolean
[search for examples]
 [view on GitHub]
 [view on old javadoc]
formatData
formatData( String uri, QDataSet data, ProgressMonitor mon ) → void
format the data to an ASCII table file.  No controls are provided presently, but this
 may change.
Parameters
uri - a String
data - a QDataSet
mon - a ProgressMonitor
Returns:
void (returns nothing)
[search for examples]
 [view on GitHub]
 [view on old javadoc]
getDescription
getDescription(  ) → String
Returns:
java.lang.String
[search for examples]
 [view on GitHub]
 [view on old javadoc]