public class BTraceData
extends java.lang.Object
Constructor and Description |
---|
BTraceData()
Constructs a default BTraceData object with no data.
|
BTraceData(CoordinateSystem coordinateSystem,
Hemisphere hemisphere,
java.util.List<java.lang.Float> latitude,
java.util.List<java.lang.Float> longitude,
java.util.List<java.lang.Double> arcLength)
Constructs a BTraceData object with the given values.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
getArcLength()
Get the B-field trace arc length values.
|
CoordinateSystem |
getCoordinateSystem()
Gets the coordinate system value.
|
Hemisphere |
getHemisphere()
Gets the magnetic hemisphere value.
|
java.util.List<java.lang.Float> |
getLatitude()
Get the B-field trace latitude values.
|
java.util.List<java.lang.Float> |
getLongitude()
Get the B-field trace longitude values.
|
void |
setArcLength(java.util.List<java.lang.Double> value)
Sets the B-field trace arc length values.
|
void |
setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.
|
void |
setHemisphere(Hemisphere value)
Set the magnetic hemisphere value.
|
void |
setLatitude(java.util.List<java.lang.Float> value)
Sets the B-field trace latitude values.
|
void |
setLongitude(java.util.List<java.lang.Float> value)
Sets the B-field trace latitude values.
|
public BTraceData()
public BTraceData(CoordinateSystem coordinateSystem, Hemisphere hemisphere, java.util.List<java.lang.Float> latitude, java.util.List<java.lang.Float> longitude, java.util.List<java.lang.Double> arcLength)
coordinateSystem
- identifies the coordinate system. Valid
values are GEO and GM.hemisphere
- identifies hemispherelatitude
- latitude trace valueslongitude
- longitude trace valuesarcLength
- arc length valuespublic CoordinateSystem getCoordinateSystem()
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)
public void setCoordinateSystem(CoordinateSystem value)
value
- new valuegetCoordinateSystem()
public Hemisphere getHemisphere()
setHemisphere(gov.nasa.gsfc.spdf.ssc.Hemisphere)
public void setHemisphere(Hemisphere value)
value
- new valuegetHemisphere()
public java.util.List<java.lang.Float> getLatitude()
setLatitude(java.util.List<java.lang.Float>)
public void setLatitude(java.util.List<java.lang.Float> value)
value
- new trace latitude valuesgetLatitude()
public java.util.List<java.lang.Float> getLongitude()
setLongitude(java.util.List<java.lang.Float>)
public void setLongitude(java.util.List<java.lang.Float> value)
value
- new trace latitude valuesgetLongitude()
public java.util.List<java.lang.Double> getArcLength()
setArcLength(java.util.List<java.lang.Double>)
public void setArcLength(java.util.List<java.lang.Double> value)
value
- new trace arc length valuesgetArcLength()
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.