Class MapProjectionGraphOptions


  • public class MapProjectionGraphOptions
    extends GraphOptions
    This class represents options for an SSC Mapped Projection plot request.
    Version:
    $Revison: $
    Author:
    B. Harris
    • Constructor Detail

      • MapProjectionGraphOptions

        public MapProjectionGraphOptions()
        Constructs a MapProjectionGraphOptions object with a default value that specifies a radial trace, GEO with continents, cylindrical projection, and no ground stations.
      • MapProjectionGraphOptions

        public 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.
        Parameters:
        trace - trace options
        coordinateSystem - coordinate system
        showContinents - whether to show continents
        projection - type of map projection
        groundStations - ground stations to show
        mapLimits - mapping limits
        polarMapOrientation - polar map orientation
        longitudeVerticalDown - longitude vertical down value
        title - graph title
        formatOptions - graph format options