Uses of Class
gov.nasa.gsfc.spdf.ssc.ProjectionCoordinateSystem
-
-
Uses of ProjectionCoordinateSystem in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return ProjectionCoordinateSystem Modifier and Type Method Description static ProjectionCoordinateSystemProjectionCoordinateSystem. fromValue(java.lang.String name)Provides the ProjectionCoordinateSystem corresponding to the given String value.ProjectionCoordinateSystemMapProjectionGraphOptions. getCoordinateSystem()Gets the coordinate system option.static ProjectionCoordinateSystemProjectionCoordinateSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProjectionCoordinateSystem[]ProjectionCoordinateSystem. 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 ProjectionCoordinateSystem Modifier and Type Method Description voidMapProjectionGraphOptions. setCoordinateSystem(ProjectionCoordinateSystem value)Sets the coordinate system option.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type ProjectionCoordinateSystem 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.
-