Uses of Class
gov.nasa.gsfc.spdf.ssc.Hemisphere
-
-
Uses of Hemisphere in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return Hemisphere Modifier and Type Method Description static Hemisphere
Hemisphere. fromValue(int value)
Provides the Hemisphere corresponding to the given integer value.Hemisphere
BFieldTraceOptions. getHemisphere()
Gets the magnetic hemisphere value.Hemisphere
BTraceData. getHemisphere()
Gets the magnetic hemisphere value.static Hemisphere
Hemisphere. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Hemisphere[]
Hemisphere. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type Hemisphere Modifier and Type Method Description void
BFieldTraceOptions. setHemisphere(Hemisphere value)
Set the magnetic hemisphere value.void
BTraceData. setHemisphere(Hemisphere value)
Set the magnetic hemisphere value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type Hemisphere Constructor Description BFieldTraceOptions(CoordinateSystem coordinateSystem, Hemisphere hemisphere, boolean footpointLatitude, boolean footpointLongitude, boolean fieldLineLength)
Constructs a BFieldTraceOptions with the given attribute values.BTraceData(CoordinateSystem coordinateSystem, Hemisphere hemisphere, java.util.List<java.lang.Float> latitude, java.util.List<java.lang.Float> longitude, java.util.List<java.lang.Double> arcLength)
Constructs a BTraceData object with the given values.
-