Uses of Interface
edu.nrao.sss.model.source.SourceCatalogEntry

Packages that use SourceCatalogEntry
edu.nrao.sss.model.project.scan Scan object model. 
edu.nrao.sss.model.source Astronomical source object model. 
edu.nrao.sss.model.source.sort Aides for sorting sources. 
 

Uses of SourceCatalogEntry in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return SourceCatalogEntry
 SourceCatalogEntry Scan.getSourceCatalogEntry()
          Returns either the Source or SourceLookupTable that is the focus of this scan.
 SourceCatalogEntry SwitchSetting.getSourceCatalogEntry()
          Returns either the Source or SourceLookupTable that is the used for this setting.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type SourceCatalogEntry
 void Scan.setSourceCatalogEntry(SourceCatalogEntry sourceOrTable)
          Sets either the Source or SourceLookupTable that is the focus of this scan.
 void TippingScan.setSourceCatalogEntry(SourceCatalogEntry sourceOrTable)
          Does nothing.
 void SwitchSetting.setSourceCatalogEntry(SourceCatalogEntry sourceOrTable)
          Sets either the Source or SourceLookupTable to use for this setting.
 

Uses of SourceCatalogEntry in edu.nrao.sss.model.source
 

Classes in edu.nrao.sss.model.source that implement SourceCatalogEntry
 class Source
          An astronomical emitter of radio waves.
 class SourceLookupTable
          A lookup table where the index is of type Date and the value is of type Source.
 

Methods in edu.nrao.sss.model.source that return SourceCatalogEntry
 SourceCatalogEntry SourceGroup.add(SourceCatalogEntry newMember)
          Adds a new member to this source group.
 SourceCatalogEntry SourceCatalog.addItem(SourceCatalogEntry newItem)
          Adds a new entry to this catalog.
 SourceCatalogEntry SourceGroup.remove(int index)
           
 SourceCatalogEntry SourceGroup.remove(SourceCatalogEntry member)
           
 SourceCatalogEntry SourceCatalog.removeItem(int index)
           
 SourceCatalogEntry SourceCatalog.removeItem(SourceCatalogEntry entry)
           
 

Methods in edu.nrao.sss.model.source with parameters of type SourceCatalogEntry
 SourceCatalogEntry SourceGroup.add(SourceCatalogEntry newMember)
          Adds a new member to this source group.
 SourceCatalogEntry SourceCatalog.addItem(SourceCatalogEntry newItem)
          Adds a new entry to this catalog.
 SourceCatalogEntry SourceGroup.remove(SourceCatalogEntry member)
           
 SourceCatalogEntry SourceCatalog.removeItem(SourceCatalogEntry entry)
           
 

Uses of SourceCatalogEntry in edu.nrao.sss.model.source.sort
 

Methods in edu.nrao.sss.model.source.sort with parameters of type SourceCatalogEntry
 int SourceFluxSortKey.compare(SourceCatalogEntry sce1, SourceCatalogEntry sce2)
           
 int SourceNameSortKey.compare(SourceCatalogEntry sce1, SourceCatalogEntry sce2)
           
 int SourceProximitySortKey.compare(SourceCatalogEntry sce1, SourceCatalogEntry sce2)
           
 FluxDensity SourceFluxSortKey.getFluxDensity(SourceCatalogEntry sce)
          Returns the flux density this sort key did, or would, use for the given source for the receiver band specified in SourceFluxSortKey.setReceiverBand(ReceiverBand).
 double SourceProximitySortKey.getSeparationInDegrees(SourceCatalogEntry sce)
          Returns the angular separation, in degrees, between sce and the central position of this object.
 



Copyright © 2009. All Rights Reserved.