|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.surveyos.sourceforge.jtswarped.angles.FractionalSecondsValue
public class FractionalSecondsValue
Represents a valid fractional seconds portion of an angle measure in degrees-minutes-seconds format. This value must be a double equal to or greater than 0 and less than 1.0. You do not need to use this class directly to work with SurveyorsAngles and SurveyorsDirections. You can pass angle values to those classes direction. This class is used internally to validate and store degrees-minutes-seconds angle values.
| Constructor Summary | |
|---|---|
FractionalSecondsValue(double argValue)
Creates a new FractionalSecondsValue after checking for a valid double argument. |
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the value of this object in fractional seconds as a double. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FractionalSecondsValue(double argValue)
| Method Detail |
|---|
public double getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||