Jeospace API

Uses of Interface
org.jeospace.measure.angle.AngleUnit

Packages that use AngleUnit
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 AngleUnit in org.jeospace.measure.angle
 

Classes in org.jeospace.measure.angle that implement AngleUnit
 class DecimalAngleUnit
          DecimalAngleUnit provides constant object identifiers for the commonly used decimal representations of Angle's.
 class SexagesimalAngleUnit
          Constant object identifiers of the units of sexigesimal angle representations.
 

Uses of AngleUnit in org.jeospace.text
 

Fields in org.jeospace.text declared as AngleUnit
 AngleUnit AngleFormatStyle.units
          The least significant units to use in formatting
 

Methods in org.jeospace.text that return AngleUnit
 AngleUnit AngleFormat.getAngleUnits()
          Return the AngleUnit used in formatting.
 

Methods in org.jeospace.text with parameters of type AngleUnit
 void AngleFormat.setAngleUnits(AngleUnit units)
          Set the angle units to be used in formatting.
 

Constructors in org.jeospace.text with parameters of type AngleUnit
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