Package gov.nasa.gsfc.sscweb.schema
Class MapProjectionGraphOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.GraphOptions
gov.nasa.gsfc.sscweb.schema.MapProjectionGraphOptions
SSC map projection graphing request options.
<p>Java class for MapProjectionGraphOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="MapProjectionGraphOptions">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}GraphOptions">
<sequence>
<element name="Trace" type="{http://sscweb.gsfc.nasa.gov/schema}MapProjectionTrace"/>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}ProjectionCoordinateSystem"/>
<element name="ShowContinents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Projection" type="{http://sscweb.gsfc.nasa.gov/schema}MapProjection"/>
<element name="GroundStations" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="MapLimits" type="{http://sscweb.gsfc.nasa.gov/schema}MapLimits"/>
<element name="PolarMapOrientation" type="{http://sscweb.gsfc.nasa.gov/schema}PolarMapOrientation"/>
<element name="LongitudeVerticalDown" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FormatOptions" type="{http://sscweb.gsfc.nasa.gov/schema}GraphFormatOptions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProjectionCoordinateSystemSpecifies the coordinate system options.protected GraphFormatOptionsSpecifies output label options.GEO ground stations to display.protected floatLongitude plotted as vertical down value.protected MapLimitsMap limits.protected PolarMapOrientationPolar map orientation.protected MapProjectionSpecifies the projection option.protected booleanSpecifies whether continents are to be displayed on the graph.protected StringTitle.protected MapProjectionTraceSpecifies the trace options. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the coordinate system options.Specifies output label options.GEO ground stations to display.floatLongitude plotted as vertical down value.Map limits.Polar map orientation.Specifies the projection option.getTitle()Title.getTrace()Specifies the trace options.booleanSpecifies whether continents are to be displayed on the graph.voidSets the value of the coordinateSystem property.voidSets the value of the formatOptions property.voidsetLongitudeVerticalDown(float value) Sets the value of the longitudeVerticalDown property.voidsetMapLimits(MapLimits value) Sets the value of the mapLimits property.voidSets the value of the polarMapOrientation property.voidsetProjection(MapProjection value) Sets the value of the projection property.voidsetShowContinents(boolean value) Sets the value of the showContinents property.voidSets the value of the title property.voidsetTrace(MapProjectionTrace value) Sets the value of the trace property.
-
Field Details
-
trace
Specifies the trace options. -
coordinateSystem
Specifies the coordinate system options. -
showContinents
protected boolean showContinentsSpecifies whether continents are to be displayed on the graph. This option is only effective for coordinateSystem = GEO. Continents are not shown for other coordinate systems. -
projection
Specifies the projection option. -
groundStations
GEO ground stations to display. -
mapLimits
Map limits. -
polarMapOrientation
Polar map orientation. -
longitudeVerticalDown
protected float longitudeVerticalDownLongitude plotted as vertical down value. -
title
Title. -
formatOptions
Specifies output label options. An absent value indicates that default values should be used.
-
-
Constructor Details
-
MapProjectionGraphOptions
public MapProjectionGraphOptions()
-
-
Method Details
-
getTrace
Specifies the trace options.- Returns:
- possible object is
MapProjectionTrace
-
setTrace
Sets the value of the trace property.- Parameters:
value- allowed object isMapProjectionTrace- See Also:
-
getCoordinateSystem
Specifies the coordinate system options.- Returns:
- possible object is
ProjectionCoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isProjectionCoordinateSystem- See Also:
-
isShowContinents
public boolean isShowContinents()Specifies whether continents are to be displayed on the graph. This option is only effective for coordinateSystem = GEO. Continents are not shown for other coordinate systems. -
setShowContinents
public void setShowContinents(boolean value) Sets the value of the showContinents property. -
getProjection
Specifies the projection option.- Returns:
- possible object is
MapProjection
-
setProjection
Sets the value of the projection property.- Parameters:
value- allowed object isMapProjection- See Also:
-
getGroundStations
GEO ground stations to display. Gets the value of the groundStations property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the groundStations property.For example, to add a new item, do as follows:
getGroundStations().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the groundStations property.
-
getMapLimits
Map limits.- Returns:
- possible object is
MapLimits
-
setMapLimits
Sets the value of the mapLimits property.- Parameters:
value- allowed object isMapLimits- See Also:
-
getPolarMapOrientation
Polar map orientation.- Returns:
- possible object is
PolarMapOrientation
-
setPolarMapOrientation
Sets the value of the polarMapOrientation property.- Parameters:
value- allowed object isPolarMapOrientation- See Also:
-
getLongitudeVerticalDown
public float getLongitudeVerticalDown()Longitude plotted as vertical down value. -
setLongitudeVerticalDown
public void setLongitudeVerticalDown(float value) Sets the value of the longitudeVerticalDown property. -
getTitle
Title.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString- See Also:
-
getFormatOptions
Specifies output label options. An absent value indicates that default values should be used.- Returns:
- possible object is
GraphFormatOptions
-
setFormatOptions
Sets the value of the formatOptions property.- Parameters:
value- allowed object isGraphFormatOptions- See Also:
-