Jeospace API

org.jeospace.physics.orbit
Interface Satellite

All Superinterfaces:
Identifiable, KineticBody, OrbitalBody
All Known Implementing Classes:
BaseSatellite

public interface Satellite
extends OrbitalBody

Defines the requirements for positioning satellites.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
OrbitalElements

Method Summary
 void setOrbitalElements(OrbitalElements elements)
          Set the OrbitalElements of the satellite
 
Methods inherited from interface org.jeospace.physics.orbit.OrbitalBody
getOrbitalElements
 
Methods inherited from interface org.jeospace.physics.KineticBody
getCoordinate, getCoordinate, getReferenceFrame
 
Methods inherited from interface org.jeospace.designation.Identifiable
getIdentification
 

Method Detail

setOrbitalElements

public void setOrbitalElements(OrbitalElements elements)
Set the OrbitalElements of the satellite

Parameters:
elements - the OrbitalElements of the satellite

Jeospace API

Copyright © 2006 - jeospace.org