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 McIdasFrameMcIdasXDataSource.FrameDataInfo.frameThe 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 McIdasFrameA 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 TypeMethodDescriptionvoidMcIdasXDataSource.FrameDataInfo.setFrame(McIdasFrame v) Set the framevoidMcIdasXDataSource.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