[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orekit Users] Howto: Moving LLA Point Transformation?



Likewise,

OneAxisEllipsoid.transform(Vector3D, frame, date)

returns the GeodeticPoint for an arbitrary point in an external frame.
However, there is no method, apparently, to return the velocity of the point
in geodetic coordinates.

It is straightforward to implement the transformation of position and velocity
between the geodetic coordinates and the standard ECEF coordinates computed by

OneAxisEllipsoid.transform(GeodeticPoint).

Is there a Frame defined for this coordinate system?