Public Member Functions | |
Product (isce3::io::IH5File &) | |
Constructor from IH5File object. More... | |
Product (const Metadata &, const std::map< char, isce3::product::Swath > &) | |
Constructor with Metadata and Swath map. More... | |
const Metadata & | metadata () const |
Get a read-only reference to the metadata. | |
Metadata & | metadata () |
Get a reference to the metadata. More... | |
const Swath & | swath (char freq) const |
Get a read-only reference to a swath. | |
Swath & | swath (char freq) |
Get a reference to a swath. | |
void | swath (const Swath &s, char freq) |
Set a swath. | |
isce3::core::LookSide | lookSide () const |
Get the look direction. | |
void | lookSide (isce3::core::LookSide side) |
Set look direction using enum. | |
void | lookSide (const std::string &) |
Set look direction from a string. More... | |
std::string | filename () const |
Get the filename of the HDF5 file. More... | |
isce3::product::Product::Product | ( | isce3::io::IH5File & | file | ) |
Constructor from IH5File object.
[in] | file | IH5File object for product. |
|
inline |
|
inline |
Get the filename of the HDF5 file.
|
inline |
Set look direction from a string.
[in] | look | String representation of look side |
|
inline |
Get a reference to the metadata.