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 TypeClassDescriptionenumDifferent coordinate systems for either field or grid, for data in field map files.Fields 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.