PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void rt_raster_get_phys_params | ( | rt_raster | rast, |
double * | i_mag, | ||
double * | j_mag, | ||
double * | theta_i, | ||
double * | theta_ij | ||
) |
Calculates and returns the physically significant descriptors embodied in the geotransform attached to the provided raster.
rast | the raster containing the geotransform of interest |
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 231 of file rt_raster.c.
References return(), rt_raster_calc_phys_params(), rt_raster_get_x_scale(), rt_raster_get_x_skew(), rt_raster_get_y_scale(), and rt_raster_get_y_skew().
Referenced by RASTER_setRotation().