[Proj] Transformation of rotation

support.mn at elisanet.fi support.mn at elisanet.fi
Fri Sep 6 06:08:11 EST 2013


Hello,

a simple plane rotation theta can be done using the following
formulas for each point:

xx = x*cos(theta) - y*sin(theta);    // xx after, x before
yy = x*sin(theta) + y*cos(tjeta);    // yy after, y before

see also:
http://en.wikipedia.org/wiki/Rotation_(mathematics)#Matrix_algebra

Janne.

--------------------------------------------------------------------------------------

Andre Joost [andre+joost at nurfuerspam.de] kirjoitti: 
> Am 04.09.2013 16:23, schrieb support.mn at elisanet.fi:
> > Hello,
> >
> > use 7 parameter datum shift - that include rotational parameters for each axis
> >
> > in proj.4 you use towgs84 statement to define any datum shift.
> >
> 
> These shift parameters are applied to the axis at the center of the 
> earth, and not on the surface where we normally use plane projected data 
> in metres.
> 
> Greetings,
> André Joost
> 
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj
>



More information about the Proj mailing list