PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void rt_raster_calc_phys_params | ( | double | xscale, |
double | xskew, | ||
double | yskew, | ||
double | yscale, | ||
double * | i_mag, | ||
double * | j_mag, | ||
double * | theta_i, | ||
double * | theta_ij | ||
) |
Calculates the physically significant descriptors embodied in an arbitrary geotransform.
Always succeeds unless one or more of the output pointers is set to NULL.
xscale | geotransform coefficient o_11 |
xskew | geotransform coefficient o_12 |
yskew | geotransform coefficient o_21 |
yscale | geotransform coefficient o_22 |
i_mag | size of a pixel along the transformed i axis |
j_mag | size of a pixel along the transformed j axis |
theta_i | angle by which the raster is rotated (radians positive clockwise) |
theta_ij | angle from transformed i axis to transformed j axis (radians positive counterclockwise) |
Definition at line 250 of file rt_raster.c.
References return().
Referenced by RASTER_getGeotransform(), and rt_raster_get_phys_params().