35 int resolution_meters,
47 if (lat_dd == NULL || lon_dd == NULL)
50 status =
MtkBlsToSomXY(path, resolution_meters, block, line, sample,
#define MTK_ERR_CODE_JUMP(code)
MTKt_status MtkSomXYToLatLon(int path, double som_x, double som_y, double *lat_dd, double *lon_dd)
Convert SOM X, SOM Y to decimal degrees latitude and longitude.
MTKt_status MtkBlsToLatLon(int path, int resolution_meters, int block, float line, float sample, double *lat_dd, double *lon_dd)
Convert from Block, Line, Sample, to Latitude and Longitude in decimal degrees.
MTKt_status MtkBlsToSomXY(int path, int resolution_meters, int block, float line, float sample, double *som_x, double *som_y)
Convert from Block, Line, Sample, to SOM Coordinates.
#define MTK_ERR_COND_JUMP(code)