Hi everyone,
I am having trouble transforming coordinates
using the "Commit table" statement. All I need to do is a linear shift
of the X,Y cordinates of -4000,529600. Shown below is the code that I am
trying to use, the result of which is absolutely no change in the
coordinates.
set map coordsys earth projection 8, 74,
"m", -123, 0, 0.9996, 500000, 0
set coordsys earth projection 8, 74,
"m", -123, 0, 0.9996, 500000, 0
commit table grid as
"c:\data\stevesapp\test" coordsys earth
projection 8, 74, "m",
-123, 0, 0.9996, 500000, 0
affine units
"m",0,1,-4000,1,0,5296000
Thanks for your help,
