Jeospace API

Uses of Class
org.jeospace.physics.orbit.LunarPhaseID

Packages that use LunarPhaseID
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
 

Uses of LunarPhaseID in org.jeospace.physics.orbit
 

Fields in org.jeospace.physics.orbit declared as LunarPhaseID
static LunarPhaseID LunarPhaseID.NEW_MOON
          New Moon phase identifier
static LunarPhaseID LunarPhaseID.FIRST_QUARTER
          First Quarter phase identifier
static LunarPhaseID LunarPhaseID.FULL_MOON
          Full Moon phase identifier
static LunarPhaseID LunarPhaseID.LAST_QUARTER
          Last Quarter phase identifier
 

Methods in org.jeospace.physics.orbit that return LunarPhaseID
static LunarPhaseID[] LunarPhaseID.getLunarPhaseID()
          Return an array of the defined LunarPhaseID objects
 

Methods in org.jeospace.physics.orbit with parameters of type LunarPhaseID
static java.util.Calendar LunarPhase.getNext(LunarPhaseID id)
          Get the Calendar date of the next occurrence of the requested phase transition of the Moon.
static java.util.Calendar LunarPhase.getNext(LunarPhaseID id, java.util.Calendar cal)
          Get the Calendar date of the next occurrence of the requested phase transition of the Moon after the specified Calendar.
 


Jeospace API

Copyright © 2006 - jeospace.org