MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkTransformCoordinates (MTKt_MapInfo mapinfo, MTKt_DataBuffer latbuf, MTKt_DataBuffer lonbuf, MTKt_DataBuffer *linebuf, MTKt_DataBuffer *samplebuf) |
Transforms latitude/longitude coordinates into line/sample coordinates for a given mapinfo. More... | |
MTKt_status MtkTransformCoordinates | ( | MTKt_MapInfo | mapinfo, |
MTKt_DataBuffer | latbuf, | ||
MTKt_DataBuffer | lonbuf, | ||
MTKt_DataBuffer * | linebuf, | ||
MTKt_DataBuffer * | samplebuf | ||
) |
Transforms latitude/longitude coordinates into line/sample coordinates for a given mapinfo.
[in] | mapinfo | Mapinfo structure |
[in] | latbuf | Latitude data buffer |
[in] | lonbuf | Longitue data buffer |
[out] | linebuf | Line data buffer |
[out] | samplebuf | Sample data buffer |
Definition at line 36 of file MtkTransformCoordinates.c.