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

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

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

Methods in edu.nrao.sss.model.project.scan that return TippingPosition
 TippingPosition TippingPosition.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 TippingPosition
 List<TippingPosition> TippingScan.getElevations()
          Returns a sorted list of tipping elevations.
 List<TippingPosition> TippingScan.getElevations(int iteration)
          Returns a list of tipping elevations that has been sorted in a way that is appropriate for the given iteration of this scan.
protected  List<Validation<TippingPosition>> TippingPositionValidator.makeValidationList(ValidationPurpose purpose)
           
 

Methods in edu.nrao.sss.model.project.scan with parameters of type TippingPosition
 int TippingPosition.compareTo(TippingPosition other)
          Compares this position with the other for order.
 

Method parameters in edu.nrao.sss.model.project.scan with type arguments of type TippingPosition
 void TippingScan.setElevations(List<TippingPosition> replacementList)
          Sets the list of tipping elevations held by this scan.
 



Copyright © 2009. All Rights Reserved.