org.orekit.utils
Interface Position

All Superinterfaces:
Serializable
All Known Subinterfaces:
PV
All Known Implementing Classes:
CardanMountPosition, CardanMountPV, TopocentricPosition, TopocentricPV

public interface Position
extends Serializable

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

position coordinates interface


Method Summary
 Vector3D getPosition()
          Gets the position.
 

Method Detail

getPosition

Vector3D getPosition()
Gets the position.

Returns:
the position vector.


Copyright © 2017 CNES. All Rights Reserved.