Uses of Class
org.noaa.wmm.ReferenceSystem

Uses of ReferenceSystem in org.noaa.wmm
 

Methods in org.noaa.wmm that return ReferenceSystem
static ReferenceSystem ReferenceSystem.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferenceSystem[] ReferenceSystem.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.noaa.wmm with parameters of type ReferenceSystem
WMMCalculator(ReferenceSystem referenceSystem)