isce3 0.25.0
|
A class for representing Grid metadata originally based on NISAR L2 products. More...
#include <Grid.h>
Public Member Functions | |
double | rangeBandwidth () const |
Get acquired range bandwidth in Hz. | |
void | rangeBandwidth (double b) |
Set acquired range bandwidth in Hz. | |
double | azimuthBandwidth () const |
Get acquired azimuth bandwidth in Hz. | |
void | azimuthBandwidth (double b) |
Set acquired azimuth bandwidth in Hz. | |
double | centerFrequency () const |
Get processed center frequency in Hz. | |
void | centerFrequency (double f) |
Set processed center frequency in Hz. | |
double | wavelength () const |
Get processed wavelength in meters. | |
double | slantRangeSpacing () const |
Get scene center ground range spacing in meters. | |
void | slantRangeSpacing (double s) |
Set scene center ground range spacing in meters. | |
isce3::product::GeoGridParameters | geogrid () |
Get geogrid. | |
void | geogrid (isce3::product::GeoGridParameters geogrid) |
Set geogrid. | |
double | zeroDopplerTimeSpacing () const |
Get time spacing of raster grid in seconds. | |
void | zeroDopplerTimeSpacing (double dt) |
Set time spacing of raster grid in seconds. | |
double | startX () const |
Get the X-coordinate start. | |
void | startX (double val) |
Set the X-coordinate start. | |
double | startY () const |
Get the y-coordinate start. | |
void | startY (double val) |
Set the y-coordinate start. | |
double | spacingX () const |
Get the X-coordinate spacing. | |
void | spacingX (double val) |
Set the X-coordinate spacing. | |
double | spacingY () const |
Get the y-coordinate spacing. | |
void | spacingY (double val) |
Set the y-coordinate spacing. | |
size_t | width () const |
Get number of pixels in east-west/x direction for geocoded grid. | |
void | width (int w) |
Set number of pixels in north-south/y direction for geocoded grid. | |
size_t | length () const |
Get number of pixels in north-south/y direction for geocoded grid. | |
void | length (int l) |
size_t | epsg () const |
Get epsg code for geocoded grid. | |
void | epsg (int l) |
A class for representing Grid metadata originally based on NISAR L2 products.