|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.BFieldTraceOptions
public class BFieldTraceOptions
This class represents "B field trace" listing options. A description of these values is available at the Satellite Situation Center help.
| Constructor Summary | |
|---|---|
BFieldTraceOptions()
Constructs a BFieldTraceOptions with a default value of CoordinateSystem.GEO, Hemisphere.SOUTH, footpointLatitude = footpointLongitude = fieldLineLength = false. |
|
BFieldTraceOptions(CoordinateSystem coordinateSystem,
Hemisphere hemisphere,
boolean footpointLatitude,
boolean footpointLongitude,
boolean fieldLineLength)
Constructs a BFieldTraceOptions with the given attribute values. |
|
| Method Summary | |
|---|---|
CoordinateSystem |
getCoordinateSystem()
Gets the coordinate system value. |
Hemisphere |
getHemisphere()
Gets the magnetic hemisphere value. |
boolean |
isFieldLineLength()
Gets the value indicating whether field line length values are to be output. |
boolean |
isFootpointLatitude()
Gets the value indicating whether footpoint latitude values are to be output. |
boolean |
isFootpointLongitude()
Gets the value indicating whether footpoint longitude values are to be output. |
void |
setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value. |
void |
setFieldLineLength(boolean value)
Sets the value indicating whether field line length values are to be output. |
void |
setFootpointLatitude(boolean value)
Sets the value indicating whether footpoint latitude values are to be output. |
void |
setFootpointLongitude(boolean value)
Sets the value indicating whether footpoint longitude values are to be output. |
void |
setHemisphere(Hemisphere value)
Set the magnetic hemisphere value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BFieldTraceOptions()
public BFieldTraceOptions(CoordinateSystem coordinateSystem,
Hemisphere hemisphere,
boolean footpointLatitude,
boolean footpointLongitude,
boolean fieldLineLength)
coordinateSystem - identifies the coordinate system. Valid
values are GEO and GM.hemisphere - identifies the magnetic hemispherefootpointLatitude - specifies whether footpoint latitude
values are to be outputfootpointLongitude - specifies whether footpoint longitude
values are to be outputfieldLineLength - specifies whether field line length
values are to be output| Method Detail |
|---|
public CoordinateSystem getCoordinateSystem()
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)public void setCoordinateSystem(CoordinateSystem value)
value - new valuegetCoordinateSystem(),
CoordinateSystempublic Hemisphere getHemisphere()
setHemisphere(gov.nasa.gsfc.spdf.ssc.Hemisphere)public void setHemisphere(Hemisphere value)
value - new valuegetHemisphere()public boolean isFootpointLatitude()
setFootpointLatitude(boolean)public void setFootpointLatitude(boolean value)
value - new valueisFootpointLatitude()public boolean isFootpointLongitude()
setFootpointLongitude(boolean)public void setFootpointLongitude(boolean value)
value - new valueisFootpointLongitude()public boolean isFieldLineLength()
setFieldLineLength(boolean)public void setFieldLineLength(boolean value)
value - new valueisFieldLineLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||