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 CoordinateSystemCoordinateSystem. fromValue(java.lang.String name)Provides the CoordinateSystem corresponding to the given String value.CoordinateSystemBFieldTraceOptions. getCoordinateSystem()Gets the coordinate system value.CoordinateSystemBTraceData. getCoordinateSystem()Gets the coordinate system value.CoordinateSystemCoordinateData. getCoordinateSystem()Gets the coordinate system value.CoordinateSystemCoordinateOptions. getCoordinateSystem()Gets the coordinate system value.CoordinateSystemOrbitGraphOptions. getCoordinateSystem()Gets the coordinateSystem value.static CoordinateSystemCoordinateSystem. 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 voidBFieldTraceOptions. setCoordinateSystem(CoordinateSystem value)Sets the coordinate system value.voidBTraceData. setCoordinateSystem(CoordinateSystem value)Sets the coordinate system value.voidCoordinateData. setCoordinateSystem(CoordinateSystem value)Sets the coordinate system value.voidCoordinateOptions. setCoordinateSystem(CoordinateSystem value)Sets the coordinate system value.voidOrbitGraphOptions. 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.
-