edu.nrao.sss.model.source
Class UnknownBrightness

java.lang.Object
  extended by edu.nrao.sss.model.source.SourceBrightness
      extended by edu.nrao.sss.model.source.DescriptiveBrightness
          extended by edu.nrao.sss.model.source.UnknownBrightness
All Implemented Interfaces:
Identifiable, Cloneable, Comparable<SourceBrightness>

public class UnknownBrightness
extends DescriptiveBrightness

A source brightness whose properties are unknown.

CVS Info:

$Revision: 161 $
$Date: 2006-12-15 11:48:34 -0700 (Fri, 15 Dec 2006) $
$Author: btruitt $

Since:
2006-05-22
Author:
David M. Harland

Field Summary
 
Fields inherited from interface edu.nrao.sss.util.Identifiable
UNIDENTIFIED
 
Method Summary
 void setDiameter(double diameter)
          Sets both the major axis and minor axis diameters to diameter.
 
Methods inherited from class edu.nrao.sss.model.source.DescriptiveBrightness
getPeakFluxDensity, getPolarization, getTotalFluxDensity, getValidFrequency, setPeakFluxDensity, setPolarization, setTotalFluxDensity, setValidFrequency
 
Methods inherited from class edu.nrao.sss.model.source.SourceBrightness
clone, compareTo, createBrightness, createBrightnesses, equals, getBrightnessFile, getDistributionType, getId, getLimbDarkening, getMajorAxisDiameter, getMinorAxisDiameter, getObservation, getPositionAngle, getValidTime, getVlaObservation, hashCode, isFileBased, isValidFor, reset, setValidTime
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDiameter

public void setDiameter(double diameter)
Sets both the major axis and minor axis diameters to diameter.

Parameters:
diameter - the diameter of this brightness.


Copyright © 2009. All Rights Reserved.