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

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

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

Methods in edu.nrao.sss.model.project.scan that return PositionType
static PositionType PositionType.fromString(String text)
          Returns the position type represented by text.
static PositionType PositionType.getDefault()
          Returns the default position type.
 PositionType PointingScan.getPositionType()
          Returns the type of positions contained by this scan.
static PositionType PositionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PositionType[] PositionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type PositionType
 void PointingScan.setPositionType(PositionType posType)
          Sets the type of positions contained by this scan.
 



Copyright © 2009. All Rights Reserved.