Uses of Class
gov.nasa.gsfc.spdf.ssc.DateFormat
-
-
Uses of DateFormat in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return DateFormat Modifier and Type Method Description static DateFormat
DateFormat. fromValue(int value)
Provides the date format corresponding to the given integer value.DateFormat
FormatOptions. getDateFormat()
Gets the date format listing option.static DateFormat
DateFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateFormat[]
DateFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type DateFormat Modifier and Type Method Description void
FormatOptions. setDateFormat(DateFormat value)
Sets the date format listing option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type DateFormat Constructor Description FormatOptions(DateFormat dateFormat, TimeFormat timeFormat, DistanceUnits distanceUnits, short distancePrecision, DegreeFormat degreeFormat, short degreePrecision, LatLonFormat latLonFormat, boolean cdf, short linesPerPage)
Constructs a FormatOptions object with the given attribute values.
-