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 13433 2015-05-19 12:04:49Z trapier $
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 © 2016 CNES. All Rights Reserved.