Jeospace API

Uses of Class
org.jeospace.text.AngleFormatStyle

Packages that use AngleFormatStyle
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
 

Uses of AngleFormatStyle in org.jeospace.text
 

Fields in org.jeospace.text declared as AngleFormatStyle
static AngleFormatStyle AngleFormatStyle.ANGLE
          Identifier of a generic angle format style.
static AngleFormatStyle AngleFormatStyle.LATITUDE
          Identifier of a latitude angle format style.
static AngleFormatStyle AngleFormatStyle.GEOLATITUDE
          Identifier of a geographic latitude angle format style.
static AngleFormatStyle AngleFormatStyle.LONGITUDE
          Identifier of a longitude angle format style.
static AngleFormatStyle AngleFormatStyle.GEOLONGITUDE
          Identifier of a geographic longitude angle format style.
static AngleFormatStyle AngleFormatStyle.AZIMUTH
          Identifier of an azimuth angle format style.
static AngleFormatStyle AngleFormatStyle.ALTITUDE
          Identifier of an altitude angle format style.
static AngleFormatStyle AngleFormatStyle.DECLINATION
          Identifier of a declination angle format style.
static AngleFormatStyle AngleFormatStyle.HOURANGLE
          Identifier of an hour angle format style.
static AngleFormatStyle AngleFormatStyle.RADIANS
          Identifier of a radian angle format style.
static AngleFormatStyle AngleFormatStyle.REVOLUTIONS
          Identifier of a revolution angle format style.
 

Methods in org.jeospace.text with parameters of type AngleFormatStyle
static AngleFormat AngleFormat.getInstance(AngleFormatStyle style)
          Return an AngleFormat object configured to the requested style and the default locale
static AngleFormat AngleFormat.getInstance(AngleFormatStyle style, java.util.Locale locale)
          Return an AngleFormat object configured to the requested style and locale
 


Jeospace API

Copyright © 2006 - jeospace.org