Modifier and Type | Method and Description |
---|---|
static DegreeFormat |
DegreeFormat.fromValue(int value)
Provides the degree format corresponding to the given integer
value.
|
DegreeFormat |
FormatOptions.getDegreeFormat()
Gets the "format for degrees" listing option.
|
static DegreeFormat |
DegreeFormat.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.
|
Modifier and Type | Method and Description |
---|---|
void |
FormatOptions.setDegreeFormat(DegreeFormat value)
Sets the "format for degrees" listing option.
|
Constructor and 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.
|
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.