pe_parameter_value |
Retrieves the value of a parameter.
double pe_parameter_value (PE_PARAMETER parameter);
parameter | The parameter object |
Retrieves the value of a projection parameter.
On success, the value of the projection parameter of the specified parameter object. On failure, zero.
double x = R*(lam - (PI/180)*pe_parameter_value(lam0));