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