|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.BTraceData
public class BTraceData
This class represents B-field trace data.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 values| Method Detail |
|---|
public 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) 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) 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) public void setArcLength(java.util.List<java.lang.Double> value)
value - new trace arc length valuesgetArcLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||