Uses of Class
gov.nasa.gsfc.spdf.ssc.DistanceUnits
-
-
Uses of DistanceUnits in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return DistanceUnits Modifier and Type Method Description static DistanceUnits
DistanceUnits. fromValue(int value)
Provides the distance units corresponding to the given integer value.DistanceUnits
FormatOptions. getDistanceUnits()
Gets the "units for distance" format listing option.static DistanceUnits
DistanceUnits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DistanceUnits[]
DistanceUnits. 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 DistanceUnits Modifier and Type Method Description void
FormatOptions. setDistanceUnits(DistanceUnits value)
Sets the "units for distance" format listing option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type DistanceUnits 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.
-