Uses of Enum Class
cnuphys.magfield.CoordinateSystem
Packages that use CoordinateSystem
- 
Uses of CoordinateSystem in cnuphys.magfieldFields in cnuphys.magfield declared as CoordinateSystemModifier and TypeFieldDescriptionprotected CoordinateSystemMagneticField.fieldCoordinateSystemThe field coordinate system.protected CoordinateSystemMagneticField.gridCoordinateSystemThe grid coordinate system.Methods in cnuphys.magfield that return CoordinateSystemModifier and TypeMethodDescriptionstatic CoordinateSystemCoordinateSystem.fromInt(int val) Get the coordinate system from an integerstatic CoordinateSystemReturns the enum constant of this class with the specified name.static CoordinateSystem[]CoordinateSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.