![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| BltFileDetailsController () | |
| String | processSubmit (HttpServletRequest request, ModelMap model) |
| void | processPolarData (BltFile bltFile, H5File h5File, String uuid, ModelMap model) |
| void | processCompositeData (BltFile bltFile, H5File h5File, String uuid, ModelMap model) |
| void | setBltDataProcessor (BltDataProcessor bltDataProcessor) |
| void | setBltFileManager (BltFileManager bltFileManager) |
| void | setFileCatalog (FileCatalog fileCatalog) |
| void | setConfigurationManager (ConfigurationManager configurationManager) |
Provides access to detailed data file information.
|
inline |
Constructor.
|
inline |
Wrapper method processing Cartesian data - IMAGEs
| bltFile | File entry from the File Catalog |
| h5File | HDF5 file object |
| uuid | Unique file entry ID |
| model | Model map |
|
inline |
Wrapper method processing polar data - SCANs and PVOLs
| bltFile | File entry from the File Catalog |
| h5File | HDF5 file object |
| uuid | Unique file entry |
|
inline |
Get detailed information about file and prepare dataset image thumbs.
| request | Http servlet request |
| model | Model map |
|
inline |
| bltDataProcessor | the bltDataProcessor to set |
|
inline |
| bltFileManager | the bltFileManager to set |
|
inline |
| configurationManager |
|
inline |
| fileCatalog | the fileCatalog to set |