Uses of Class
edu.wisc.ssec.mcidasv.data.McIdasFrame
Packages that use McIdasFrame
-
Uses of McIdasFrame in edu.wisc.ssec.mcidasv.data
Fields in edu.wisc.ssec.mcidasv.data declared as McIdasFrameModifier and TypeFieldDescriptionprivate McIdasFrame
McIdasXDataSource.FrameDataInfo.frame
The FDMethods in edu.wisc.ssec.mcidasv.data that return McIdasFrameModifier and TypeMethodDescriptionMcIdasXDataSource.FrameDataInfo.getFrame()
Get the frameMcIdasXDataSource.getFrame
(int frameNumber) Get a frame from the frameList based on frame numberprivate McIdasFrame
A utility method that helps us deal with legacy bundles that used to have String file names as the id of a data choice.Methods in edu.wisc.ssec.mcidasv.data with parameters of type McIdasFrameModifier and TypeMethodDescriptionvoid
McIdasXDataSource.FrameDataInfo.setFrame
(McIdasFrame v) Set the framevoid
McIdasXDataSource.setFrame
(int frameNumber, McIdasFrame inFrame) Set a frame in the framelist based on frame numberConstructors in edu.wisc.ssec.mcidasv.data with parameters of type McIdasFrame