|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.ValueOptions
public class ValueOptions
This class represents value listing options. A description of these values is available at the Satellite Situation Center help.
| Constructor Summary | |
|---|---|
ValueOptions()
Constructs a ValueOptions object with a default value. |
|
ValueOptions(boolean radialDistance,
boolean bFieldStrength,
boolean dipoleLValue,
boolean dipoleInvLat)
Constructs a ValueOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
isBFieldStrength()
Gets the value indicating whether the B field strength value is to be included in the listing. |
boolean |
isDipoleInvLat()
Gets the value indicating whether the dipole invariant latitudes value is to be included in the listing. |
boolean |
isDipoleLValue()
Gets the value indicating whether the dipole L value is to be included in the listing. |
boolean |
isRadialDistance()
Gets the value indicating whether the radial distance value is to be included in the listing. |
void |
setBFieldStrength(boolean value)
Sets the value indicating whether the B field strength value is to be included in the listing. |
void |
setDipoleInvLat(boolean value)
Sets the value indicating whether the dipole invariant latitudes value is to be included in the listing. |
void |
setDipoleLValue(boolean value)
Sets the value indicating whether the dipole L value is to be included in the listing. |
void |
setRadialDistance(boolean value)
Sets the value indicating whether the radial distance value 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 ValueOptions()
public ValueOptions(boolean radialDistance,
boolean bFieldStrength,
boolean dipoleLValue,
boolean dipoleInvLat)
radialDistance - specifies whether the radial distance value
is to be included in the listing.bFieldStrength - specifies whether the B field strength value
is to be included in the listing.dipoleLValue - specifies whether the dipole L value
is to be included in the listing.dipoleInvLat - specifies whether the dipole invariant latitude
value is to be included in the listing.| Method Detail |
|---|
public boolean isRadialDistance()
setRadialDistance(boolean)public void setRadialDistance(boolean value)
value - new valueisRadialDistance()public boolean isBFieldStrength()
setBFieldStrength(boolean)public void setBFieldStrength(boolean value)
value - new valueisBFieldStrength()public boolean isDipoleLValue()
setDipoleLValue(boolean)public void setDipoleLValue(boolean value)
value - new valueisDipoleLValue()public boolean isDipoleInvLat()
setDipoleInvLat(boolean)public void setDipoleInvLat(boolean value)
value - new valueisDipoleInvLat()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 | ||||||||