org.orekit.frames.configuration.eop
Class EOP1980History

java.lang.Object
  extended by org.orekit.frames.configuration.eop.AbstractEOPHistory
      extended by org.orekit.frames.configuration.eop.EOP1980History
All Implemented Interfaces:
Serializable, Iterable<TimeStamped>, EOPHistory

public class EOP1980History
extends AbstractEOPHistory

This class holds Earth Orientation Parameters (IAU1980) data throughout a large time range.

Author:
Pascal Parraud
See Also:
Serialized Form

Constructor Summary
EOP1980History(EOPInterpolators interpMethod)
          Simple constructor.
 
Method Summary
static void fillHistory(Collection<EOP1980Entry> entries, EOP1980History history)
          Populates a EOP1980History instance from a collection of EOP1980Entry.
 
Methods inherited from class org.orekit.frames.configuration.eop.AbstractEOPHistory
addEntry, checkEOPContinuity, getEndDate, getEOPInterpolationMethod, getFirst, getLast, getLOD, getNeighbors, getNutationCorrection, getPoleCorrection, getStartDate, getUT1MinusTAI, getUT1MinusUTC, isEmpty, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOP1980History

public EOP1980History(EOPInterpolators interpMethod)
Simple constructor.

Parameters:
interpMethod - method to interpolate EOP data
Method Detail

fillHistory

public static void fillHistory(Collection<EOP1980Entry> entries,
                               EOP1980History history)
Populates a EOP1980History instance from a collection of EOP1980Entry.

Parameters:
entries - collection of EOP1980Entry
history - instance to be populated


Copyright © 2017 CNES. All Rights Reserved.