|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DecimalAngleUnit | |
| org.jeospace.measure.angle | Contains classes that support angular measurements. |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of DecimalAngleUnit in org.jeospace.measure.angle |
| Fields in org.jeospace.measure.angle declared as DecimalAngleUnit | |
static DecimalAngleUnit |
DecimalAngleUnit.DEGREES
Constant identifier for units of decimal degrees |
static DecimalAngleUnit |
DecimalAngleUnit.HOURS
Constant identifier for units of decimal hours |
static DecimalAngleUnit |
DecimalAngleUnit.RADIANS
Constant identifier for units radians |
static DecimalAngleUnit |
DecimalAngleUnit.REVOLUTIONS
Constant identifier for units revolutions |
| Methods in org.jeospace.measure.angle that return DecimalAngleUnit | |
static DecimalAngleUnit[] |
DecimalAngleUnit.getDecimalAngleUnits()
Return an array of the defined DecimalAngleUnit objects |
| Methods in org.jeospace.measure.angle with parameters of type DecimalAngleUnit | |
void |
Longitude.set(DecimalAngleUnit units,
double value)
Set the value of this Longitude to the specified DecimalAngleUnits value. |
void |
Longitude.add(DecimalAngleUnit units,
double value)
Add to this Longitude the double value in the specified DecimalAngleUnits. |
void |
Latitude.set(DecimalAngleUnit units,
double value)
Set the value of this Latitude to the specified DecimalAngleUnits value. |
void |
Latitude.add(DecimalAngleUnit units,
double value)
Add to this Latitude the double value in the specified DecimalAngleUnits. |
boolean |
Latitude.addCheckRollover(DecimalAngleUnit units,
double value)
Add to this Latitude the double value in the specified DecimalAngleUnits. |
void |
DecimalAngle.set(DecimalAngleUnit units,
double value)
Set the value of this DecimalAngle to the specified DecimalAngleUnits value. |
double |
DecimalAngle.get(DecimalAngleUnit units)
Return the double value of this DecimalAngle in the specified DecimalAngleUnits. |
void |
DecimalAngle.add(DecimalAngleUnit units,
double value)
Add to this DecimalAngle the double value in the specified DecimalAngleUnits. |
void |
SexagesimalAngle.set(DecimalAngleUnit units,
double value)
Set the value of this SexagesimalAngle to the specified
DecimalAngleUnits value. |
double |
SexagesimalAngle.get(DecimalAngleUnit units)
Return the double value of this SexagesimalAngle in the specified
DecimalAngleUnits. |
void |
SexagesimalAngle.add(DecimalAngleUnit units,
double value)
Add to this SexagesimalAngle the double value in the specified
DecimalAngleUnits. |
void |
Angle.set(DecimalAngleUnit units,
double value)
Set the value of this Angle to the specified DecimalAngleUnits value. |
double |
Angle.get(DecimalAngleUnit units)
Return the double value of this Angle in the specified DecimalAngleUnits. |
void |
Angle.add(DecimalAngleUnit units,
double value)
Add to this Angle the double value in the specified DecimalAngleUnits. |
| Constructors in org.jeospace.measure.angle with parameters of type DecimalAngleUnit | |
Longitude(DecimalAngleUnit units,
double value)
Construct a Longitude initialized to the value and units specified. |
|
Latitude(DecimalAngleUnit units,
double value)
Construct a Latitude initialized to the value and units specified. |
|
DecimalAngle(DecimalAngleUnit units,
double value)
Construct a DecimalAngle initialized to the value and units specified. |
|
SexagesimalAngle(DecimalAngleUnit units,
double value)
Construct a SexagesimalAngle initialized to the value and units specified. |
|
| Uses of DecimalAngleUnit in org.jeospace.simulation |
| Methods in org.jeospace.simulation with parameters of type DecimalAngleUnit | |
org.w3c.dom.Element |
Marshal.createDecimalAngle(java.lang.String tag,
DecimalAngleUnit unit,
Angle angle)
Create and return an Element cooresponding to the argument
Angle object |
| Uses of DecimalAngleUnit in org.jeospace.text |
| Fields in org.jeospace.text declared as DecimalAngleUnit | |
protected DecimalAngleUnit |
AngleFormat.dau
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||