Package gov.nasa.gsfc.sscweb.schema
Class OrbitGraphOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.GraphOptions
gov.nasa.gsfc.sscweb.schema.OrbitGraphOptions
SSC orbit graphing request options.
<p>Java class for OrbitGraphOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="OrbitGraphOptions">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}GraphOptions">
<sequence>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystem"/>
<element name="Combined" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="XyView" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="XzView" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="YzView" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="XrView" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SunToRight" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ManualScale" type="{http://sscweb.gsfc.nasa.gov/schema}GraphScale" minOccurs="0"/>
<element name="EvenAxesScale" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ShowBowShockMagnetopause" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SolarWindPressure" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ImfBz" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="FormatOptions" type="{http://sscweb.gsfc.nasa.gov/schema}GraphFormatOptions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanCombine individual graphs into a single image.protected CoordinateSystemCoordinate system.protected booleanWhether even axes scales or even axes lengths should be employed.protected GraphFormatOptionsOutput format options.protected FloatIMF Bz value to use when displaying the bow shock and magnetopause (units of nT).protected GraphScaleScaling of graph.protected booleanWhether bow shock and mangetopause should be shown.protected FloatValue of solar wind pressure to use when displaying the bow shock and magnetopause (units of nP).protected booleanOrient graph so that the Sun is to the right.protected booleanRequest X-R view.protected booleanRequest X-Y view.protected booleanRequest X-Z view.protected booleanRequest Y-Z view. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCoordinate system.Output format options.getImfBz()IMF Bz value to use when displaying the bow shock and magnetopause (units of nT).Scaling of graph.Value of solar wind pressure to use when displaying the bow shock and magnetopause (units of nP).booleanCombine individual graphs into a single image.booleanWhether even axes scales or even axes lengths should be employed.booleanWhether bow shock and mangetopause should be shown.booleanOrient graph so that the Sun is to the right.booleanisXrView()Request X-R view.booleanisXyView()Request X-Y view.booleanisXzView()Request X-Z view.booleanisYzView()Request Y-Z view.voidsetCombined(boolean value) Sets the value of the combined property.voidSets the value of the coordinateSystem property.voidsetEvenAxesScale(boolean value) Sets the value of the evenAxesScale property.voidSets the value of the formatOptions property.voidSets the value of the imfBz property.voidsetManualScale(GraphScale value) Sets the value of the manualScale property.voidsetShowBowShockMagnetopause(boolean value) Sets the value of the showBowShockMagnetopause property.voidsetSolarWindPressure(Float value) Sets the value of the solarWindPressure property.voidsetSunToRight(boolean value) Sets the value of the sunToRight property.voidsetXrView(boolean value) Sets the value of the xrView property.voidsetXyView(boolean value) Sets the value of the xyView property.voidsetXzView(boolean value) Sets the value of the xzView property.voidsetYzView(boolean value) Sets the value of the yzView property.
-
Field Details
-
coordinateSystem
Coordinate system. -
combined
protected boolean combinedCombine individual graphs into a single image. -
xyView
protected boolean xyViewRequest X-Y view. -
xzView
protected boolean xzViewRequest X-Z view. -
yzView
protected boolean yzViewRequest Y-Z view. -
xrView
protected boolean xrViewRequest X-R view. -
sunToRight
protected boolean sunToRightOrient graph so that the Sun is to the right. -
manualScale
Scaling of graph. -
evenAxesScale
protected boolean evenAxesScaleWhether even axes scales or even axes lengths should be employed. -
showBowShockMagnetopause
protected boolean showBowShockMagnetopauseWhether bow shock and mangetopause should be shown. -
solarWindPressure
Value of solar wind pressure to use when displaying the bow shock and magnetopause (units of nP). -
imfBz
IMF Bz value to use when displaying the bow shock and magnetopause (units of nT). -
formatOptions
Output format options.
-
-
Constructor Details
-
OrbitGraphOptions
public OrbitGraphOptions()
-
-
Method Details
-
getCoordinateSystem
Coordinate system.- Returns:
- possible object is
CoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isCoordinateSystem- See Also:
-
isCombined
public boolean isCombined()Combine individual graphs into a single image. -
setCombined
public void setCombined(boolean value) Sets the value of the combined property. -
isXyView
public boolean isXyView()Request X-Y view. -
setXyView
public void setXyView(boolean value) Sets the value of the xyView property. -
isXzView
public boolean isXzView()Request X-Z view. -
setXzView
public void setXzView(boolean value) Sets the value of the xzView property. -
isYzView
public boolean isYzView()Request Y-Z view. -
setYzView
public void setYzView(boolean value) Sets the value of the yzView property. -
isXrView
public boolean isXrView()Request X-R view. -
setXrView
public void setXrView(boolean value) Sets the value of the xrView property. -
isSunToRight
public boolean isSunToRight()Orient graph so that the Sun is to the right. -
setSunToRight
public void setSunToRight(boolean value) Sets the value of the sunToRight property. -
getManualScale
Scaling of graph.- Returns:
- possible object is
GraphScale
-
setManualScale
Sets the value of the manualScale property.- Parameters:
value- allowed object isGraphScale- See Also:
-
isEvenAxesScale
public boolean isEvenAxesScale()Whether even axes scales or even axes lengths should be employed. -
setEvenAxesScale
public void setEvenAxesScale(boolean value) Sets the value of the evenAxesScale property. -
isShowBowShockMagnetopause
public boolean isShowBowShockMagnetopause()Whether bow shock and mangetopause should be shown. -
setShowBowShockMagnetopause
public void setShowBowShockMagnetopause(boolean value) Sets the value of the showBowShockMagnetopause property. -
getSolarWindPressure
Value of solar wind pressure to use when displaying the bow shock and magnetopause (units of nP).- Returns:
- possible object is
Float
-
setSolarWindPressure
Sets the value of the solarWindPressure property.- Parameters:
value- allowed object isFloat- See Also:
-
getImfBz
IMF Bz value to use when displaying the bow shock and magnetopause (units of nT).- Returns:
- possible object is
Float
-
setImfBz
Sets the value of the imfBz property.- Parameters:
value- allowed object isFloat- See Also:
-
getFormatOptions
Output format options.- Returns:
- possible object is
GraphFormatOptions
-
setFormatOptions
Sets the value of the formatOptions property.- Parameters:
value- allowed object isGraphFormatOptions- See Also:
-