Uses of Enum Class
cnuphys.magfield.CoordinateSystem
Packages that use CoordinateSystem
-
Uses of CoordinateSystem in cnuphys.magfield
Subclasses with type arguments of type CoordinateSystem in cnuphys.magfieldModifier and TypeClassDescriptionenum
Different coordinate systems for either field or grid, for data in field map files.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.