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

Packages that use PolarizationType
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.electronics Electronic components that process frequency signals. 
 

Uses of PolarizationType in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return PolarizationType
static PolarizationType PolarizationType.fromString(String text)
          Returns the polarization type represented by text.
 PolarizationType PolarizationType.getOpposite()
          Returns the opposite polarization.
static PolarizationType PolarizationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PolarizationType[] PolarizationType.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 PolarizationType
static Set<PolarizationType> PolarizationType.getCircularTypes()
          Returns the complete set of circular polarizations.
static Set<PolarizationType> PolarizationType.getLinearTypes()
          Returns the complete set of linear polarizations.
 

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

Uses of PolarizationType in edu.nrao.sss.electronics
 

Methods in edu.nrao.sss.electronics that return PolarizationType
 PolarizationType Signal.getPolarization()
          Returns the polarization of this signal.
 

Methods in edu.nrao.sss.electronics with parameters of type PolarizationType
 Signal Signal.clone(PolarizationType newPolarization)
          Creates a copy of this signal, changes its polarization to newPolarization, and returns the copy.
 

Constructors in edu.nrao.sss.electronics with parameters of type PolarizationType
DigitalSignal(FrequencyRange originalRange, PolarizationType polarization, Frequency samplingRate, int bitsPerSample)
          Creates a new digital signal with the given attributes.
Signal(FrequencyRange originalRange, PolarizationType polarization)
          Creates a new signal with the given frequencies and polarization.
 



Copyright © 2009. All Rights Reserved.