Uses of Class
gov.nasa.gsfc.spdf.ssc.CoordinateSystem
-
-
Uses of CoordinateSystem in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return CoordinateSystem Modifier and Type Method Description static CoordinateSystem
CoordinateSystem. fromValue(java.lang.String name)
Provides the CoordinateSystem corresponding to the given String value.CoordinateSystem
BFieldTraceOptions. getCoordinateSystem()
Gets the coordinate system value.CoordinateSystem
BTraceData. getCoordinateSystem()
Gets the coordinate system value.CoordinateSystem
CoordinateData. getCoordinateSystem()
Gets the coordinate system value.CoordinateSystem
CoordinateOptions. getCoordinateSystem()
Gets the coordinate system value.CoordinateSystem
OrbitGraphOptions. getCoordinateSystem()
Gets the coordinateSystem value.static CoordinateSystem
CoordinateSystem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoordinateSystem[]
CoordinateSystem. 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 CoordinateSystem Modifier and Type Method Description void
BFieldTraceOptions. setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.void
BTraceData. setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.void
CoordinateData. setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.void
CoordinateOptions. setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.void
OrbitGraphOptions. setCoordinateSystem(CoordinateSystem value)
Sets the coordinateSystem value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type CoordinateSystem 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.CoordinateData(CoordinateSystem coordinateSystem, java.util.List<java.lang.Double> x, java.util.List<java.lang.Double> y, java.util.List<java.lang.Double> z, java.util.List<java.lang.Float> latitude, java.util.List<java.lang.Float> longitude, java.util.List<java.lang.Double> localTime)
Constructs a CoordinateData object with the given values.CoordinateOptions(CoordinateSystem coordinateSystem, CoordinateComponent component)
Constructs a CoordinateOptions object with the given attribute values.FilteredCoordinateOptions(CoordinateSystem coordinateSystem, CoordinateComponent component, LocationFilter filter)
Constructs a FilteredCoordinateOptions object with the given attribute values.OrbitGraphOptions(CoordinateSystem coordinateSystem, boolean combined, boolean xyView, boolean xzView, boolean yzView, boolean xrView, boolean sunToRight, GraphScale manualScale, boolean evenAxesScales, boolean showBowShockMagnetopause, float solarWindPressure, float imfBz, GraphFormatOptions formatOptions)
Constructs a GraphOptions object with the given attribute values.
-