MISR Toolkit
1.5.1
|
Generic map information. More...
#include <MisrMapQuery.h>
Data Fields | |
double | min_x |
double | min_y |
double | max_x |
double | max_y |
int | size_line |
int | size_sample |
double | resolution_x |
double | resolution_y |
double | tline [4] |
double | tsample [4] |
MTKt_OriginCode | origin_code |
MTKt_PixRegCode | pix_reg_code |
Generic map information.
Definition at line 98 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::max_x |
Maximum X coord
Definition at line 101 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::max_y |
Maximum Y coord
Definition at line 102 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::min_x |
Minimum X coord
Definition at line 99 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::min_y |
Minimum Y coord
Definition at line 100 of file MisrMapQuery.h.
MTKt_OriginCode MTKt_GenericMapInfo::origin_code |
Origin code
Definition at line 115 of file MisrMapQuery.h.
MTKt_PixRegCode MTKt_GenericMapInfo::pix_reg_code |
Pixel registration code
Definition at line 116 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::resolution_x |
Size of a pixel along the X axis
Definition at line 107 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::resolution_y |
Size of a pixel along the Y axis
Definition at line 108 of file MisrMapQuery.h.
int MTKt_GenericMapInfo::size_line |
Size of map in lines (slowest changing dimension)
Definition at line 103 of file MisrMapQuery.h.
int MTKt_GenericMapInfo::size_sample |
Size of map in samples (fastest changing dimension)
Definition at line 105 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::tline[4] |
Line dimension transform coefficients for converting between map coordinates and pixel coordinates.
Definition at line 109 of file MisrMapQuery.h.
double MTKt_GenericMapInfo::tsample[4] |
Sample dimension transform coefficients for converting between map coordinates and pixel coordinates.
Definition at line 112 of file MisrMapQuery.h.