Uses of Class
gov.nasa.gsfc.spdf.ssc.Trace
-
-
Uses of Trace in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return Trace Modifier and Type Method Description static Trace
Trace. fromValue(int value)
Provides the Trace option corresponding to the given integer value.Trace
MapProjectionGraphOptions. getTrace()
Gets the trace option.static Trace
Trace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Trace[]
Trace. 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 Trace Modifier and Type Method Description void
MapProjectionGraphOptions. setTrace(Trace value)
Sets the trace option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type Trace Constructor Description MapProjectionGraphOptions(Trace trace, ProjectionCoordinateSystem coordinateSystem, boolean showContinents, MapProjection projection, java.util.List<java.lang.String> groundStations, MapLimits mapLimits, PolarMapOrientation polarMapOrientation, float longitudeVerticalDown, java.lang.String title, GraphFormatOptions formatOptions)
Constructs a MapProjectionGraphOptions object with the given attribute values.
-