Uses of Class
gov.nasa.gsfc.spdf.ssc.PolarMapOrientation
-
-
Uses of PolarMapOrientation in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return PolarMapOrientation Modifier and Type Method Description static PolarMapOrientation
PolarMapOrientation. fromValue(int value)
Provides the PolarMapOrientation corresponding to the given integer value.PolarMapOrientation
MapProjectionGraphOptions. getPolarMapOrientation()
Gets the polar map orientation option.static PolarMapOrientation
PolarMapOrientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolarMapOrientation[]
PolarMapOrientation. 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 PolarMapOrientation Modifier and Type Method Description void
MapProjectionGraphOptions. setPolarMapOrientation(PolarMapOrientation value)
Sets the polar map orientation option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type PolarMapOrientation 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.
-