org.orekit.utils
Interface PV

All Superinterfaces:
Position, Serializable
All Known Implementing Classes:
CardanMountPV, TopocentricPV

public interface PV
extends Position

Since:
1.0
Version:
$Id: PV.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Julie Anton
Description :

position velocity coordinates interface


Method Summary
 Vector3D getVelocity()
          Gets the velocity.
 
Methods inherited from interface org.orekit.utils.Position
getPosition
 

Method Detail

getVelocity

Vector3D getVelocity()
Gets the velocity.

Returns:
the velocity vector.


Copyright © 2017 CNES. All Rights Reserved.