275 lwerror(
"%s: proj_cs_get_simplecs returned NULL", __func__);
277 axis_count = proj_cs_get_axis_count(NULL, pj_cs);
280 const char *out_name1, *out_abbrev1, *out_direction1;
281 const char *out_name2, *out_abbrev2, *out_direction2;
283 proj_cs_get_axis_info(NULL,
285 &out_name1, &out_abbrev1, &out_direction1,
286 NULL, NULL, NULL, NULL);
288 proj_cs_get_axis_info(NULL,
290 &out_name2, &out_abbrev2, &out_direction2,
291 NULL, NULL, NULL, NULL);
296 if(out_direction1 &&
STR_IEQUALS(out_direction1,
"north") &&
297 out_direction2 &&
STR_IEQUALS(out_direction2,
"east") )
303 if(out_direction1 && out_direction2 &&
#define LW_TRUE
Return types for functions with status returns.
void lwerror(const char *fmt,...)
Write a notice out to the error handler.