|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.DistanceFromOptions
public class DistanceFromOptions
This class represents "distance from" listing options. A description of these values is available at the Satellite Situation Center help.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||