|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSetDescriptor | |
---|---|
org.das2.client | Provides classes for interacting with a das2Server, such as data set queries, authorization, and server identity. |
org.das2.components | Provides GUI components for building applications. |
org.das2.dataset | Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. |
org.das2.dataset.test | Classes for creating test data sets. |
org.das2.fsm | fsm contains objects that model files that are stored in a FileSystem with the filename parametric in time. |
org.das2.graph | Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. |
org.das2.stream.test | Classes for producing das2 Streams, useful for fun and testing only. |
org.das2.util | Utility classes useful for the implementation of other packages, but not necessarily part of any one package. |
Uses of DataSetDescriptor in org.das2.client |
---|
Subclasses of DataSetDescriptor in org.das2.client | |
---|---|
class |
StreamDataSetDescriptor
|
Uses of DataSetDescriptor in org.das2.components |
---|
Methods in org.das2.components that return DataSetDescriptor | |
---|---|
DataSetDescriptor |
DataPointRecorder.getDataSetDescriptor()
Deprecated. use getDataSet() and getSelectedDataSet() instead |
Uses of DataSetDescriptor in org.das2.dataset |
---|
Subclasses of DataSetDescriptor in org.das2.dataset | |
---|---|
class |
ConstantDataSetDescriptor
This class wraps a DataSet to use where DataSetDescriptors are required. |
Fields in org.das2.dataset declared as DataSetDescriptor | |
---|---|
protected DataSetDescriptor |
AbstractDataSetCache.Entry.dsd
|
Methods in org.das2.dataset that return DataSetDescriptor | |
---|---|
static DataSetDescriptor |
DataSetDescriptor.create(java.lang.String dataSetID)
creates a DataSetDescriptor for the given identification string. |
Methods in org.das2.dataset with parameters of type DataSetDescriptor | |
---|---|
boolean |
AbstractDataSetCache.haveStored(DataSetDescriptor dsd,
CacheTag cacheTag)
|
boolean |
DataSetCache.haveStored(DataSetDescriptor dsd,
CacheTag cacheTag)
|
boolean |
NullDataSetCache.haveStored(DataSetDescriptor dsd,
CacheTag cacheTag)
|
boolean |
LimitCountDataSetCache.haveStoredImpl(DataSetDescriptor dsd,
CacheTag cacheTag)
|
boolean |
SimpleDataSetCache.haveStoredImpl(DataSetDescriptor dsd,
CacheTag cacheTag)
|
void |
DataRequestThread.request(DataSetDescriptor dsd,
Datum start,
Datum end,
Datum resolution,
DataRequestor requestor,
ProgressMonitor monitor)
Begins a data reqest operation that will be executed in a separate thread and pass the resulting DataSet to the org.das2.event.DataRequestListener#finished(org.das2.event.DataRequestEvent) finished() method of the DataRequestor
specified. |
void |
DataRequestThread.requestAndWait(DataSetDescriptor dsd,
java.lang.Object params,
Datum start,
Datum end,
Datum resolution,
DataRequestor requestor,
ProgressMonitor monitor)
Begins a data reqest operation that will be executed in a separate thread and pass the resulting DataSet to the org.das2.event.DataRequestListener#finished(org.das2.event.DataRequestEvent) finished() method of the DataRequestor
specified. |
DataSet |
AbstractDataSetCache.retrieve(DataSetDescriptor dsd,
CacheTag cacheTag)
|
DataSet |
DataSetCache.retrieve(DataSetDescriptor dsd,
CacheTag cacheTag)
|
DataSet |
NullDataSetCache.retrieve(DataSetDescriptor dsd,
CacheTag cacheTag)
|
DataSet |
LimitCountDataSetCache.retrieveImpl(DataSetDescriptor dsd,
CacheTag cacheTag)
|
DataSet |
SimpleDataSetCache.retrieveImpl(DataSetDescriptor dsd,
CacheTag cacheTag)
|
abstract void |
AbstractDataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
void |
DataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
void |
LimitCountDataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
void |
LimitSizeBytesDataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
void |
NullDataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
void |
SimpleDataSetCache.store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data)
|
Constructors in org.das2.dataset with parameters of type DataSetDescriptor | |
---|---|
DataSetUpdateEvent(DataSetDescriptor source)
Deprecated. use {link #DataSetUpdateEvent(Object)} |
|
DataSetUpdateEvent(DataSetDescriptor source,
DataSet dataSet)
Deprecated. use {link #DataSetUpdateEvent(Object,DataSet); |
|
DataSetUpdateEvent(DataSetDescriptor source,
java.lang.Exception exception)
Deprecated. use {link #DataSetUpdateEvent(Object,Exception); |
Uses of DataSetDescriptor in org.das2.dataset.test |
---|
Subclasses of DataSetDescriptor in org.das2.dataset.test | |
---|---|
class |
MendelbrotDataSetDescriptor
|
class |
PolynomialDataSetDescriptor
|
class |
RipplesDataSetDescriptor
|
class |
SineWaveDataSetDescriptor
|
Methods in org.das2.dataset.test that return DataSetDescriptor | |
---|---|
DataSetDescriptor |
MendelbrotDataLoader.getDataSetDescriptor()
|
Methods in org.das2.dataset.test with parameters of type DataSetDescriptor | |
---|---|
void |
MendelbrotDataLoader.setDataSetDescriptor(DataSetDescriptor dsd)
|
Uses of DataSetDescriptor in org.das2.fsm |
---|
Subclasses of DataSetDescriptor in org.das2.fsm | |
---|---|
class |
FileStorageModelAvailabilityDataSetDescriptor
|
Uses of DataSetDescriptor in org.das2.graph |
---|
Fields in org.das2.graph declared as DataSetDescriptor | |
---|---|
protected DataSetDescriptor |
DasPlot.dataSetDescriptor
|
Methods in org.das2.graph that return DataSetDescriptor | |
---|---|
DataSetDescriptor |
DasEventsIndicator.getDataSetDescriptor()
|
DataSetDescriptor |
DasPlot.getDataSetDescriptor()
Getter for property dataSetDescriptor. |
DataSetDescriptor |
Renderer.getDataSetDescriptor()
|
DataSetDescriptor |
XAxisDataLoader.getDataSetDescriptor()
|
Methods in org.das2.graph with parameters of type DataSetDescriptor | |
---|---|
static DasEventsIndicator |
DasEventsIndicator.create(DataSetDescriptor dsd,
DasAxis axis,
java.lang.String planeId)
This method replaces the old constructor. |
void |
DasAxis.setDataSetDescriptor(DataSetDescriptor dsdAux)
Add auxilary data to an axis (usually OA data for a time axis). |
void |
DasEventsIndicator.setDataSetDescriptor(DataSetDescriptor dsd)
|
void |
DasPlot.setDataSetDescriptor(DataSetDescriptor dataSetDescriptor)
Setter for property dataSetDescriptor. |
void |
Renderer.setDataSetDescriptor(DataSetDescriptor dsd)
|
void |
XAxisDataLoader.setDataSetDescriptor(DataSetDescriptor dsd)
|
Constructors in org.das2.graph with parameters of type DataSetDescriptor | |
---|---|
CurveRenderer(DataSetDescriptor dsd,
java.lang.String xplane,
java.lang.String yplane)
The dataset descriptor should return a Vector data set with planes identified by xplane and yplane. |
|
DasEventsIndicator(DataSetDescriptor dsd,
DasAxis axis,
DasAxis yAxis,
java.lang.String planeId)
Creates a new instance of DasEventsIndicator |
|
EventsRenderer(DataSetDescriptor dsd)
|
|
ImageVectorDataSetRenderer(DataSetDescriptor dsd)
Creates a new instance of LotsaPointsRenderer |
|
Renderer(DataSetDescriptor dsd)
|
|
SpectrogramRenderer(DasPlot parent,
DataSetDescriptor dsd,
DasColorBar colorBar)
Deprecated. use {link #SpectrogramRenderer(org.das2.dataset.DataSetDescriptor, org.das2.graph.DasColorBar)} |
|
SpectrogramRenderer(DataSetDescriptor dsd,
DasColorBar colorBar)
|
|
StackedHistogramRenderer(DasPlot parent,
DataSetDescriptor dsd,
DasAxis zAxis,
DasLabelAxis yAxis)
|
|
StippledTableRenderer(DasPlot parent,
DataSetDescriptor dsd)
Deprecated. use {link #SpectrogramRenderer(org.das2.dataset.DataSetDescriptor, org.das2.graph.DasColorBar)} |
|
StippledTableRenderer(DataSetDescriptor dsd)
|
|
SymbolLineRenderer(DataSetDescriptor dsd)
Deprecated. use SymbolLineRenderer() and setDataSetDescriptor() instead. |
|
XAxisDataLoader(Renderer r,
DataSetDescriptor dsd)
Creates a new instance of DataLoader |
|
ZDeformRenderer(DataSetDescriptor dsd)
Creates a new instance of ZDeformRenderer |
Uses of DataSetDescriptor in org.das2.stream.test |
---|
Methods in org.das2.stream.test that return DataSetDescriptor | |
---|---|
static DataSetDescriptor |
LocalFileStandardDataStreamSource.newDataSetDescriptor(java.util.Map map)
|
Uses of DataSetDescriptor in org.das2.util |
---|
Constructors in org.das2.util with parameters of type DataSetDescriptor | |
---|---|
AxisAutoRangeController(DasAxis xAxis,
DasAxis yAxis,
DasAxis zAxis,
DataSetDescriptor dsd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |