public class DistanceFromOptions
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
DistanceFromOptions()
Constructs a DistanceFromOptions object with a default value.
|
DistanceFromOptions(boolean neutralSheet,
boolean bowShock,
boolean mPause,
boolean bGseXYZ)
Constructs a DistanceFromOptions object with the given
attribute values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
isBGseXYZ()
Gets the value indicating whether the distance between the
spacecraft and the ???
|
boolean |
isBowShock()
Gets the value indicating whether the distance between the
spacecraft and the bow shock is to be included in the listing.
|
boolean |
isMPause()
Gets the value indicating whether the distance between the
spacecraft and the magnetopause is to be included in the listing.
|
boolean |
isNeutralSheet()
Gets the value indicating whether the distance between the
spacecraft and the neutral sheet is to be included in the listing.
|
void |
setBGseXYZ(boolean value)
Sets the value indicating whether the distance between the
spacecraft and the ???
|
void |
setBowShock(boolean value)
Sets the value indicating whether the distance between the
spacecraft and the bow shock is to be included in the listing.
|
void |
setMPause(boolean value)
Sets the value indicating whether the distance between the
spacecraft and the magnetopause is to be included in the listing.
|
void |
setNeutralSheet(boolean value)
Sets the value indicating whether the distance between the
spacecraft and the neutral sheet is to be included in the listing.
|
public DistanceFromOptions()
public DistanceFromOptions(boolean neutralSheet, boolean bowShock, boolean mPause, boolean bGseXYZ)
neutralSheet
- specifies whether the distance between the
spacecraft and the neutral sheet is to be
included in the listing.bowShock
- specifies whether the distance between the
spacecraft and the bow shock is to be
included in the listing.mPause
- specifies whether the distance between the
spacecraft and the magnetopause is to be
included in the listing.bGseXYZ
- specifies whether the distance between the
spacecraft and the ??? is to be
included in the listing.public boolean isNeutralSheet()
setNeutralSheet(boolean)
public void setNeutralSheet(boolean value)
value
- new valueisNeutralSheet()
public boolean isBowShock()
setBowShock(boolean)
public void setBowShock(boolean value)
value
- new valueisBowShock()
public boolean isMPause()
setMPause(boolean)
public void setMPause(boolean value)
value
- new valueisMPause()
public boolean isBGseXYZ()
setBGseXYZ(boolean)
public void setBGseXYZ(boolean value)
value
- new valueisBGseXYZ()
public java.lang.Object clone()
clone
in class java.lang.Object
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.