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, setProperties
public FileStorageModelAvailabilityDataSetDescriptor(FileStorageModel fsm)
protected DataSet getDataSetImpl(Datum start, Datum end, Datum resolution, ProgressMonitor monitor) throws DasException
DataSetDescriptor
getDataSetImpl
in class DataSetDescriptor
start
- 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.DasException
public Units getXUnits()
getXUnits
in class DataSetDescriptor
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception