Uses of Class
gov.nasa.gsfc.spdf.ssc.LatLonFormat
-
-
Uses of LatLonFormat in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return LatLonFormat Modifier and Type Method Description static LatLonFormatLatLonFormat. fromValue(int value)Provides the latitude/longitude format corresponding to the given integer value.LatLonFormatFormatOptions. getLatLonFormat()Gets the "format for direction/range" listing option.static LatLonFormatLatLonFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LatLonFormat[]LatLonFormat. 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 LatLonFormat Modifier and Type Method Description voidFormatOptions. setLatLonFormat(LatLonFormat value)Sets the "format for direction/range" listing option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type LatLonFormat 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.
-