Jeospace API

Uses of Class
org.jeospace.text.EpochFormatStyle

Packages that use EpochFormatStyle
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
 

Uses of EpochFormatStyle in org.jeospace.simulation
 

Methods in org.jeospace.simulation with parameters of type EpochFormatStyle
 org.w3c.dom.Element Marshal.createEpoch(java.lang.String tag, EpochFormatStyle style, Epoch epoch)
          Create and return an Element cooresponding to the argument Epoch object
 org.w3c.dom.Element Marshal.createEpoch(java.lang.String tag, EpochFormatStyle style, double julianDay)
          Create and return an Element cooresponding to the arguments
 

Uses of EpochFormatStyle in org.jeospace.text
 

Fields in org.jeospace.text declared as EpochFormatStyle
static EpochFormatStyle EpochFormatStyle.JULIAN_DAY
          Constant indicating a Julian Day representation.
static EpochFormatStyle EpochFormatStyle.MODIFIED_JULIAN_DAY
          Constant indicating a Modified Julian Day representation.
static EpochFormatStyle EpochFormatStyle.TLE
          Constant indicating a Two Line Element format as found in NASA orbital elements.
static EpochFormatStyle EpochFormatStyle.CD
          Constant indicating a compact date format as found in the orbital elements of comets for the time of periapsis.
static EpochFormatStyle EpochFormatStyle.PACKED
          Constant indicating a packed date format as found in the orbital elements of minor planets from the MPC.
 

Methods in org.jeospace.text that return EpochFormatStyle
 EpochFormatStyle EpochFormat.getEpochFormatStyle()
          Return the EpochFormatStyle object
static EpochFormatStyle[] EpochFormatStyle.getEpochFormatStyles()
          Return an array of the defined EpochFormatStyle objects
 

Constructors in org.jeospace.text with parameters of type EpochFormatStyle
EpochFormat(EpochFormatStyle style)
          Construct an EpochFormat object initialized to format and parse Epochs per the argument style
 


Jeospace API

Copyright © 2006 - jeospace.org