public class BFieldTraceOptions
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 outputpublic CoordinateSystem getCoordinateSystem()
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)
public void setCoordinateSystem(CoordinateSystem value)
value
- new valuegetCoordinateSystem()
,
CoordinateSystem
public 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()
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.