public class FileStorageModelAvailabilityDataSetDescriptor extends DataSetDescriptor
properties| Constructor and Description |
|---|
FileStorageModelAvailabilityDataSetDescriptor(FileStorageModel fsm)
Creates a new instance of FileStorageModelAvailabilityDataSetDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
protected DataSet |
getDataSetImpl(Datum start,
Datum end,
Datum resolution,
ProgressMonitor monitor)
getDataSetImpl implements the getDataSet for this DataSetDescriptor implementation.
|
Units |
getXUnits() |
static void |
main(java.lang.String[] args) |
addDataSetUpdateListener, create, drawListIcon, fireDataSetUpdateEvent, getDataSet, getDataSetCache, getDataSetID, getListIcon, getListLabel, getProperty, removeDataSetUpdateListener, requestDataSet, requestDataSet, reset, setDefaultCaching, setPropertiespublic FileStorageModelAvailabilityDataSetDescriptor(FileStorageModel fsm)
protected DataSet getDataSetImpl(Datum start, Datum end, Datum resolution, ProgressMonitor monitor) throws DasException
DataSetDescriptorgetDataSetImpl in class DataSetDescriptorstart - beginning of range for the request.end - end of the range for the request.resolution - the resolution requirement for the reqeust. null may be used to request the finest resolution available or intrinic resolution.DasExceptionpublic Units getXUnits()
getXUnits in class DataSetDescriptorpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception