RadarGridProduct class declaration.
More...
#include <RadarGridProduct.h>
|
| RadarGridProduct (isce3::io::IH5File &) |
| Constructor from IH5File object.
|
|
| RadarGridProduct (const Metadata &, const std::map< char, isce3::product::Swath > &) |
| Constructor with Metadata and Swath map.
|
|
const Metadata & | metadata () const |
| Get a read-only reference to the metadata.
|
|
Metadata & | metadata () |
| Get a reference to the metadata.
|
|
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.
|
|
std::string | filename () const |
| Get the filename of the HDF5 file.
|
|
RadarGridProduct class declaration.
The Produt attribute Swaths map, i.e. _swaths, associates the frequency (key) with the Swath object (value). The RadarGridProduct object is usually initiated with an empty map and the serialization of the SAR product is responsible for populating the Swath map from the product's metadata.
◆ RadarGridProduct() [1/2]
Constructor from IH5File object.
- Parameters
-
[in] | file | IH5File object for product. |
◆ RadarGridProduct() [2/2]
◆ lookSide()
void isce3::product::RadarGridProduct::lookSide |
( |
const std::string & | inputLook | ) |
|
|
inline |
Set look direction from a string.
- Parameters
-
[in] | look | String representation of look side |
The documentation for this class was generated from the following files:
- /home/runner/work/isce3/isce3/cxx/isce3/product/RadarGridProduct.h
- /home/runner/work/isce3/isce3/cxx/isce3/product/RadarGridProduct.cpp
1.13.2.