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

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

Uses of StokesParameter in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return StokesParameter
static StokesParameter StokesParameter.fromString(String text)
          Returns the stokes parameter represented by text.
static StokesParameter StokesParameter.getDefault()
          Returns a default stokes parameter.
static StokesParameter StokesParameter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StokesParameter[] StokesParameter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.astronomy that return types with arguments of type StokesParameter
static SortedSet<StokesParameter> StokesParameter.getStokesFor(PolarizationType p1, PolarizationType p2)
          Returns a set of stokes parameters than can be created from the given polarizations.
 



Copyright © 2009. All Rights Reserved.