Uses of Class
gov.nasa.gsfc.spdf.ssc.MapLimits
-
-
Uses of MapLimits in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return MapLimits Modifier and Type Method Description MapLimits
MapProjectionGraphOptions. getMapLimits()
Gets the map limits.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type MapLimits Modifier and Type Method Description void
MapProjectionGraphOptions. setMapLimits(MapLimits value)
Sets the map limits.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type MapLimits 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.
-