public class ValueOptions
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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
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.