|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AngleSignPair | |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of AngleSignPair in org.jeospace.text |
| Fields in org.jeospace.text declared as AngleSignPair | |
protected AngleSignPair |
AngleFormat.signPair
The direction affix preference identifier |
AngleSignPair |
AngleFormatStyle.signPair
The sign convention identifier |
static AngleSignPair |
AngleSignPair.NUMERIC
Numeric angle sign pair |
static AngleSignPair |
AngleSignPair.LATITUDE
Geographic latitude sign pair |
static AngleSignPair |
AngleSignPair.LONGITUDE
Geographic longitude sign pair |
| Methods in org.jeospace.text that return AngleSignPair | |
AngleSignPair |
AngleFormat.getSignPair()
Get the angle sign convention used in formatting. |
| Methods in org.jeospace.text with parameters of type AngleSignPair | |
void |
AngleFormat.setSignPair(AngleSignPair signPair)
Set the angle sign convention to be used in formatting. |
| Constructors in org.jeospace.text with parameters of type AngleSignPair | |
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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||