The input map data set must be in a SAS
data set format (see
About Map Data Sets), and it must contain these variables:
-
a numeric variable named X that
contains the longitude coordinates of the map boundary points.
-
a numeric variable named Y that
contains the latitude coordinates of the map boundary points.
-
one or more identification variables
that uniquely identify the unit areas in the map. These variables
are listed in the ID statement.
The X and Y variables
contain the values that are to be projected.
In addition, the input
map data set can also contain these variables:
-
a numeric variable named SEGMENT
that distinguishes nonconterminous segments of the unit areas.
-
a numeric variable named DENSITY
that can be used to affect the output from PROC GPROJECT. See
Clipping Map Data Sets for more information.
Other variables in the
input map data set do not affect the GPROJECT procedure.