ocssw
V2022
|
L3Shape Member List
This is the complete list of members for L3Shape, including all inherited members.
bin2bounds(int64_t bin, double &north, double &south, double &east, double &west) | L3Shape | virtual |
bin2bounds(int64_t bin, float &north, float &south, float &east, float &west) | L3Shape | virtual |
bin2latlon(int64_t bin, double &lat, double &lon) | L3Shape | virtual |
bin2latlon(int64_t bin, float &lat, float &lon) | L3Shape | virtual |
bin2row(int64_t bin)=0 | L3Shape | pure virtual |
bin2rowcol(int64_t bin, int32_t &row, int32_t &col)=0 | L3Shape | pure virtual |
constrainRow(int32_t &row) const | L3Shape | virtual |
constrainRowCol(int32_t &row, int32_t &col) const =0 | L3Shape | pure virtual |
getBaseBin(int32_t row) const =0 | L3Shape | pure virtual |
getNumBins() const | L3Shape | virtual |
getNumCols(int32_t row) const =0 | L3Shape | pure virtual |
getNumRows() const | L3Shape | virtual |
L3Shape(int32_t numRows) | L3Shape | |
lat2row(double lat) const =0 | L3Shape | pure virtual |
latlon2bin(double lat, double lon) const =0 | L3Shape | pure virtual |
latlon2rowcol(double lat, double lon, int32_t &row, int32_t &col) const =0 | L3Shape | pure virtual |
row2lat(int32_t row) const =0 | L3Shape | pure virtual |
rowcol2bin(int32_t row, int32_t col) const =0 | L3Shape | pure virtual |
rowcol2bounds(int32_t row, int32_t col, double &north, double &south, double &east, double &west) const =0 | L3Shape | pure virtual |
rowcol2bounds(int32_t row, int32_t col, float &north, float &south, float &east, float &west) const | L3Shape | virtual |
rowcol2latlon(int32_t row, int32_t col, double &lat, double &lon) const =0 | L3Shape | pure virtual |
rowcol2latlon(int32_t row, int32_t col, float &lat, float &lon) const | L3Shape | virtual |
seamLon | L3Shape | protected |
totalBins | L3Shape | protected |
totalRows | L3Shape | protected |
~L3Shape() | L3Shape | virtual |