org.orekit.propagation
Interface BoundedPropagator

All Superinterfaces:
BasicPropagator, PVCoordinatesProvider, java.io.Serializable
All Known Implementing Classes:
Ephemeris

public interface BoundedPropagator
extends BasicPropagator

This interface is intended for ephemerides valid only during a time range.

This interface provides a mean to retrieve orbital parameters at any time within a given range. It should be implemented by orbit readers based on external data files and by continuous models built after numerical integration has been completed and dense output data as been gathered.

Version:
$Revision: 3027 $ $Date: 2010-01-19 11:36:25 +0100 (mar. 19 janv. 2010) $
Author:
Luc Maisonobe

Method Summary
 AbsoluteDate getMaxDate()
          Get the last date of the range.
 AbsoluteDate getMinDate()
          Get the first date of the range.
 
Methods inherited from interface org.orekit.propagation.BasicPropagator
propagate
 
Methods inherited from interface org.orekit.utils.PVCoordinatesProvider
getPVCoordinates
 

Method Detail

getMinDate

AbsoluteDate getMinDate()
Get the first date of the range.

Returns:
the first date of the range

getMaxDate

AbsoluteDate getMaxDate()
Get the last date of the range.

Returns:
the last date of the range


Copyright © 2002-2010 CS Communication & Systèmes. All Rights Reserved.