NAME

RputYUL - change the y value of upper left co-ordinate

SYNOPSIS

#include "csf.h"

REAL8 RputYUL
(
	MAP *map,
	REAL8 yUL
);

PARAMETERS

MAP *map
map handle
REAL8 yUL
new y value of upper left co-ordinate

DESCRIPTION

RputYUL changes the y value of upper left co-ordinate. Whether this is the largest or smallest y value depends on the projection (See MgetProjection()).

RETURNS

the new y value of upper left co-ordinate or 0 case of an error.

MERRNO

NOACCESS