org.autoplot.idlsupport.APDataSet
Extension to QDataSetBridge, which supports reading in data from Autoplot URIs.
APDataSet( )
1.4.1 clean up Das2Server source so that monitor is only called once.
It is so common that certificates are mis-configured in our field just disable them for now.
loadDataSet
loadDataSet( String uri ) → int
get the dataset in one load.
Parameters
uri - the URI to load.
Returns:
0 if everything went okay, non-zero if there was an error
See Also:
QDataSetBridge#getException()
[search for examples]
[view on GitHub]
[view on old javadoc]
loadDataSet( String uri, ProgressMonitor mon ) → int
main
main( String[] args ) → void
Parameters
args - a java.lang.String[]
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
setDataSetURI
setDataSetURI( String suri ) → void
set the data source URI.
Parameters
suri - the dataset URI, such as vap+dat:http://autoplot.org/data/autoplot.dat
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
setDataSetURL
Deprecated: use setDataSetURI, which takes the same argument.
toString
toString( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]