Jeospace API

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

Packages that use AngleNorm
org.jeospace.measure.angle Contains classes that support angular measurements. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
 

Uses of AngleNorm in org.jeospace.measure.angle
 

Fields in org.jeospace.measure.angle declared as AngleNorm
protected  AngleNorm Longitude.norm
          The default normalization option
static AngleNorm AngleNorm.NONE
          Constant indicating that no normalization should be performed.
static AngleNorm AngleNorm.HALF_REVOLUTION
          Constant indicating that the angle should be normalized to within a half a revolution ( +/-180 degrees ).
static AngleNorm AngleNorm.FULL_REVOLUTION
          Constant indicating that the angle should be normalized to within a full revolution ( +/-360 degrees ), preserving the direction of the angle.
static AngleNorm AngleNorm.FULL_REVOLUTION_POSITIVE
          Constant indicating that the angle should be normalized to within a positive full revolution ( +360 degrees ).
static AngleNorm AngleNorm.FULL_REVOLUTION_NEGATIVE
          Constant indicating that the angle should be normalized to within a negative full revolution ( -360 degrees ).
 

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

Methods in org.jeospace.measure.angle with parameters of type AngleNorm
 void Longitude.normalize(AngleNorm option)
          Normalize the value of this Longitude as specified by the option field.
 void Latitude.normalize(AngleNorm option)
          Overriding DecimalAngle, this method does nothing.
 void DecimalAngle.normalize(AngleNorm option)
          Normalize the value of this DecimalAngle as specified by the option field.
 void SexagesimalAngle.normalize(AngleNorm option)
          Normalize the value of this SexagesimalAngle as specified by the option field.
 void Angle.normalize(AngleNorm option)
          Normalize the value of this DecimalAngle as specified by the option field.
 

Uses of AngleNorm in org.jeospace.physics.orbit
 

Methods in org.jeospace.physics.orbit that return AngleNorm
 AngleNorm Moon.getLongitudeNormalization()
          Return the normalization option to be used to format longitude coordinates.
 AngleNorm SolarWorld.getLongitudeNormalization()
          Return the normalization option to be used to format longitude coordinates.
 AngleNorm BaseWorld.getLongitudeNormalization()
          Return the normalization option to be used to format longitude coordinates.
 AngleNorm World.getLongitudeNormalization()
          Return the normalization option to be used to format longitude coordinates.
 

Uses of AngleNorm in org.jeospace.text
 

Fields in org.jeospace.text declared as AngleNorm
protected  AngleNorm AngleFormat.norm
          Identifier of the normalization type to be performed upon the Angle before formatting.
 AngleNorm AngleFormatStyle.norm
          The normalization option identifier
 

Methods in org.jeospace.text that return AngleNorm
 AngleNorm AngleFormat.getNormalizationOption()
          Get the normalization option used in formatting.
 

Methods in org.jeospace.text with parameters of type AngleNorm
 void AngleFormat.setNormalizationOption(AngleNorm norm)
          Set the normalization option to be used in formatting.
 

Constructors in org.jeospace.text with parameters of type AngleNorm
AngleFormat(Affix directionAffix, AngleSignPair signPair, AngleNorm norm, AngleUnit units, Mult mult)
          Construct an AngleFormat object.
AngleFormat(Affix directionAffix, AngleSignPair signPair, AngleNorm norm, AngleUnit units, Mult mult, java.util.Locale locale)
          Construct an AngleFormat object.
AngleFormatStyle(java.lang.String name, Affix directionAffix, AngleSignPair signPair, boolean usePositive, AngleNorm norm, AngleUnit units, Mult mult)
          Restricted constructor
 


Jeospace API

Copyright © 2006 - jeospace.org