Uses of Class
fr.cnes.genopus.time.GPDateOffsetField.GPOffsetFormat

Packages that use GPDateOffsetField.GPOffsetFormat
fr.cnes.genopus.time Package containing all needed classes to create the widget for the Orekit's AbsoluteDate object. 
 

Uses of GPDateOffsetField.GPOffsetFormat in fr.cnes.genopus.time
 

Methods in fr.cnes.genopus.time that return GPDateOffsetField.GPOffsetFormat
 GPDateOffsetField.GPOffsetFormat GPDateOffsetField.getCurrentFormat()
          Getter for the offset format.
 GPDateOffsetField.GPOffsetFormat GPDateOffset.getCurrentFormat()
          Getter for the offset format.
static GPDateOffsetField.GPOffsetFormat GPDateOffsetField.GPOffsetFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPDateOffsetField.GPOffsetFormat[] GPDateOffsetField.GPOffsetFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.genopus.time with parameters of type GPDateOffsetField.GPOffsetFormat
static String GPDateOffsetField.formatOffset(double offset, GPDateOffsetField.GPOffsetFormat format, fr.cnes.genius.unit.GUnit outUnit)
          Formats a given offset in seconds into the given format and converting to the given units (unit conversion is only needed if target format is fractional).
 void GPDateOffsetField.setCurrentFormat(GPDateOffsetField.GPOffsetFormat offsetFormat)
          Setter for the offset format.
 void GPDateOffset.setCurrentFormat(GPDateOffsetField.GPOffsetFormat offsetFormat)
          Setter for the offset format.
 void GPIntervalFormatDateOffset.update(GPDateOffsetField.GPOffsetFormat format, fr.cnes.genius.unit.GUnit unit)
          Update the class attributes.
 

Constructors in fr.cnes.genopus.time with parameters of type GPDateOffsetField.GPOffsetFormat
GPIntervalFormatDateOffset(GPDateOffsetField.GPOffsetFormat format, fr.cnes.genius.unit.GUnit unit)
          Constructor.
 



Copyright © 2017. All rights reserved.