Uses of Enum Class
cnuphys.magfield.CoordinateSystem
Packages that use CoordinateSystem
-
Uses of CoordinateSystem in cnuphys.magfield
Fields in cnuphys.magfield declared as CoordinateSystemModifier and TypeFieldDescriptionprotected CoordinateSystem
MagneticField.fieldCoordinateSystem
The field coordinate system.protected CoordinateSystem
MagneticField.gridCoordinateSystem
The grid coordinate system.Methods in cnuphys.magfield that return CoordinateSystemModifier and TypeMethodDescriptionstatic CoordinateSystem
CoordinateSystem.fromInt
(int val) Get the coordinate system from an integerstatic CoordinateSystem
Returns 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.