Uses of Class
edu.nrao.sss.model.project.scan.PointingScan

Packages that use PointingScan
edu.nrao.sss.model.project.scan Scan object model. 
 

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

Methods in edu.nrao.sss.model.project.scan that return PointingScan
 PointingScan PointingScan.clone()
          Returns a pointing scan that is a copy of this one.
static PointingScan PointingScan.create(ScanMode scanMode, String nameOfStandardPattern, TimeDuration timeAtPosition)
          Creates a new pointing scan based on the given pattern name.
static PointingScan PointingScan.fromXml(Reader reader)
          Creates a new scan based on the XML data read from reader.
static PointingScan PointingScan.fromXml(String xmlFile)
          Creates a new scan from the XML data in the given file.
 PointingScan ScanBuilder.makePointingScanFor(ScanLoop parentLoop)
           
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type PointingScan
protected  List<Validation<PointingScan>> PointingScanValidator.makeValidationList(ValidationPurpose purpose)
           
 



Copyright © 2009. All Rights Reserved.