Jeospace API

Uses of Class
org.jeospace.measure.angle.SexagesimalAngleUnit

Packages that use SexagesimalAngleUnit
org.jeospace.measure.angle Contains classes that support angular measurements. 
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
 

Uses of SexagesimalAngleUnit in org.jeospace.measure.angle
 

Fields in org.jeospace.measure.angle declared as SexagesimalAngleUnit
static SexagesimalAngleUnit SexagesimalAngleUnit.DEGREES
          Constant identifier for units of degrees
static SexagesimalAngleUnit SexagesimalAngleUnit.MINUTES_OF_DEGREE
          Constant identifier for units of minutes of degree
static SexagesimalAngleUnit SexagesimalAngleUnit.SECONDS_OF_DEGREE
          Constant identifier for units of seconds of degree
static SexagesimalAngleUnit SexagesimalAngleUnit.MICROSECONDS_OF_DEGREE
          Constant identifier for units of microseconds of degree
static SexagesimalAngleUnit SexagesimalAngleUnit.HOURS
          Constant identifier for units of hours
static SexagesimalAngleUnit SexagesimalAngleUnit.MINUTES_OF_HOUR
          Constant identifier for units of minutes of hour
static SexagesimalAngleUnit SexagesimalAngleUnit.SECONDS_OF_HOUR
          Constant identifier for units of seconds of hour
static SexagesimalAngleUnit SexagesimalAngleUnit.MICROSECONDS_OF_HOUR
          Constant identifier for units of microseconds of hour
 

Methods in org.jeospace.measure.angle that return SexagesimalAngleUnit
static SexagesimalAngleUnit[] SexagesimalAngleUnit.getSexagesimalAngleUnits()
          Return an array of the defined SexagesimalAngleUnit objects
 

Methods in org.jeospace.measure.angle with parameters of type SexagesimalAngleUnit
 void Longitude.add(SexagesimalAngleUnit units, int value)
          Add to this Longitude the value in the specified SexagesimalAngleUnits.
 void Latitude.add(SexagesimalAngleUnit units, int value)
          Add to this Latitude the value in the specified SexagesimalAngleUnits.
 boolean Latitude.addCheckRollover(SexagesimalAngleUnit units, int value)
          Add to this Latitude the value in the specified SexagesimalAngleUnits.
 void DecimalAngle.add(SexagesimalAngleUnit units, int value)
          Add to this DecimalAngle the value in the specified SexagesimalAngleUnits.
 void SexagesimalAngle.add(SexagesimalAngleUnit units, int value)
          Add to this SexagesimalAngle the value in the specified SexagesimalAngleUnits.
 void SexagesimalAngle.clearField(SexagesimalAngleUnit units)
          Set the value of the specified SexagesimalAngleUnit field of this SexagesimalAngle to 0.
 int SexagesimalAngle.getField(SexagesimalAngleUnit units)
          Return the integer value for the specified field contained in this SexagesimalAngle object.
 void SexagesimalAngle.clearAndSetField(SexagesimalAngleUnit units, int value)
          Clear the specified SexagesimalAngleUnit field of this SexagesimalAngle object and set the specified integer value to the field.
 void Angle.add(SexagesimalAngleUnit units, int value)
          Add to this Angle the value in the specified SexagesimalAngleUnits.
 

Uses of SexagesimalAngleUnit in org.jeospace.text
 

Fields in org.jeospace.text declared as SexagesimalAngleUnit
protected  SexagesimalAngleUnit AngleFormat.sau
           
 


Jeospace API

Copyright © 2006 - jeospace.org