Package | Description |
---|---|
edu.wisc.ssec.mcidasv.data |
McIDAS-V specific data choosers.
|
Modifier and Type | Field and Description |
---|---|
private McIdasFrame |
McIdasXDataSource.FrameDataInfo.frame
The FD
|
Modifier and Type | Method and Description |
---|---|
McIdasFrame |
McIdasXDataSource.FrameDataInfo.getFrame()
Get the frame
|
McIdasFrame |
McIdasXDataSource.getFrame(int frameNumber)
Get a frame from the frameList based on frame number
|
private McIdasFrame |
McIdasXDataSource.getFrame(Object object)
A utility method that helps us deal with legacy bundles that used to
have String file names as the id of a data choice.
|
Modifier and Type | Method and Description |
---|---|
void |
McIdasXDataSource.setFrame(int frameNumber,
McIdasFrame inFrame)
Set a frame in the framelist based on frame number
|
void |
McIdasXDataSource.FrameDataInfo.setFrame(McIdasFrame v)
Set the frame
|
Constructor and Description |
---|
FrameDataInfo(int index,
McIdasFrame frame)
CTOR
|