Uses of Class
edu.nrao.sss.astronomy.SkyPositionType

Packages that use SkyPositionType
edu.nrao.sss.astronomy General astronomical concepts. 
 

Uses of SkyPositionType in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return SkyPositionType
static SkyPositionType SkyPositionType.fromString(String text)
          Returns the source position type represented by text.
static SkyPositionType SkyPositionType.getDefault()
          Returns a default source position type.
 SkyPositionType EphemerisTable.getType()
           
 SkyPositionType PolynomialPositionTable.getType()
           
 SkyPositionType SimpleSkyPosition.getType()
           
 SkyPositionType Orbit.getType()
           
 SkyPositionType SkyPosition.getType()
          Provides a hint as to how this position stores its information.
 SkyPositionType PolynomialPosition.getType()
           
 SkyPositionType SolarSystemBodyPosition.getType()
           
static SkyPositionType SkyPositionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SkyPositionType[] SkyPositionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009. All Rights Reserved.