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

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

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

Methods in edu.nrao.sss.model.project.scan that return PointingPosition
 PointingPosition PointingPosition.clone()
          Returns a position that is a copy of this one.
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type PointingPosition
 List<PointingPosition> PointingScan.getPositions()
          Returns the list of pointing positions held by this scan.
protected  List<Validation<PointingPosition>> PointingPositionValidator.makeValidationList(ValidationPurpose purpose)
           
 

Method parameters in edu.nrao.sss.model.project.scan with type arguments of type PointingPosition
 void PointingScan.setPositions(List<PointingPosition> replacementList)
          Sets the list of pointing positions held by this scan.
 



Copyright © 2009. All Rights Reserved.