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 HemisphereHemisphere. fromValue(int value)Provides the Hemisphere corresponding to the given integer value.HemisphereBFieldTraceOptions. getHemisphere()Gets the magnetic hemisphere value.HemisphereBTraceData. getHemisphere()Gets the magnetic hemisphere value.static HemisphereHemisphere. 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 voidBFieldTraceOptions. setHemisphere(Hemisphere value)Set the magnetic hemisphere value.voidBTraceData. 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.
-