public class APDataSet extends QDataSetBridge
filter, PROP_FILTER
Constructor and Description |
---|
APDataSet()
1.4.1 clean up Das2Server source so that monitor is only called once.
|
Modifier and Type | Method and Description |
---|---|
protected QDataSet |
getDataSet(ProgressMonitor mon)
this is not called directly by clients in IDL or Matlab.
|
int |
loadDataSet(java.lang.String uri)
get the dataset in one load.
|
int |
loadDataSet(java.lang.String uri,
ProgressMonitor mon)
get the dataset in one load.
|
static void |
main(java.lang.String[] args) |
void |
setDataSetURI(java.lang.String suri)
set the data source URI.
|
void |
setDataSetURL(java.lang.String surl)
Deprecated.
use setDataSetURI, which takes the same argument.
|
java.lang.String |
toString() |
clearFillValue, clearMemory, clearPreferredUnits, depend, doGetDataSet, doGetDataSet, dumpStack, dumpStackInNSeconds, freeMemory, getException, getFilter, getProgressMonitor, getQDataSet, getQDataSet, getStatus, getStatusMessage, hasProperty, hasProperty, hasProperty, hasProperty, isQube, labelsAlias, length, length, lengths, lengths, lengths, lengths, name, nameFor, names, plane, properties, properties, properties, properties, property, property, property, property, propertyAsDouble, propertyAsDouble, propertyAsString, propertyAsString, rank, rank, readLogConfiguration, reportMemory, setDebug, setFillDouble, setFillValue, setFillValue, setFilter, setPreferredUnits, slice, slice, slice, slice, slice, slice, slice, slice, slice1, slice1, svalues, svalues, svalues, svalues, values, values, values, values, values, values, values, values, values, values, valuesAlias
public APDataSet()
public void setDataSetURL(java.lang.String surl)
surl
- suri the dataset location, such as http://autoplot.org/data/autoplot.datpublic void setDataSetURI(java.lang.String suri)
suri
- the dataset URI, such as vap+dat:http://autoplot.org/data/autoplot.datpublic int loadDataSet(java.lang.String uri)
uri
- the URI to load.QDataSetBridge.getException()
public int loadDataSet(java.lang.String uri, ProgressMonitor mon)
uri
- the URI to load.mon
- a progress monitorQDataSetBridge.getException()
protected QDataSet getDataSet(ProgressMonitor mon) throws java.lang.Exception
mon
- java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)