Class SatelliteData
-
Field Summary
FieldsModifier and TypeFieldDescriptionB GSE X value.B GSE Y value.B GSE Z value.Distance from bow shock.protected List<BTraceData> B-field trace data.protected List<CoordinateData> Coordinate dataDipole invariant latitude value.Dipole L value.protected StringIdentifies the satellite this data for.Magnetic field strength.Distance from magneto pause.Distance from neutral sheet.protected List<FootpointRegion> North B traced footpoint regions.Distance from center of Earth.protected List<FootpointRegion> Radial traced footpoint regions.protected List<FootpointRegion> South B traced footpoint regions.protected List<SpaceRegion> Spacecraft region.protected List<XMLGregorianCalendar> Time associated with each data point. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBGseX()B GSE X value.getBGseY()B GSE Y value.getBGseZ()B GSE Z value.Distance from bow shock.B-field trace data.Coordinate data Gets the value of the coordinates property.Dipole invariant latitude value.Dipole L value.getId()Identifies the satellite this data for.Magnetic field strength.Distance from magneto pause.Distance from neutral sheet.North B traced footpoint regions.Distance from center of Earth.Radial traced footpoint regions.South B traced footpoint regions.Spacecraft region.getTime()Time associated with each data point.voidSets the value of the id property.
-
Field Details
-
id
Identifies the satellite this data for. -
coordinates
Coordinate data -
time
Time associated with each data point. -
bTraceData
B-field trace data. -
radialLength
Distance from center of Earth. -
magneticStrength
Magnetic field strength. -
neutralSheetDistance
Distance from neutral sheet. -
bowShockDistance
Distance from bow shock. -
magnetoPauseDistance
Distance from magneto pause. -
dipoleLValue
Dipole L value. -
dipoleInvariantLatitude
Dipole invariant latitude value. -
spacecraftRegion
Spacecraft region. -
radialTracedFootpointRegions
Radial traced footpoint regions. -
bGseX
B GSE X value. -
bGseY
B GSE Y value. -
bGseZ
B GSE Z value. -
northBTracedFootpointRegions
North B traced footpoint regions. -
southBTracedFootpointRegions
South B traced footpoint regions.
-
-
Constructor Details
-
SatelliteData
public SatelliteData()
-
-
Method Details
-
getId
Identifies the satellite this data for.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getCoordinates
Coordinate data Gets the value of the coordinates property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the coordinates property.For example, to add a new item, do as follows:
getCoordinates().add(newItem);
Objects of the following type(s) are allowed in the list
CoordinateData- Returns:
- The value of the coordinates property.
-
getTime
Time associated with each data point. Gets the value of the time property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the time property.For example, to add a new item, do as follows:
getTime().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar- Returns:
- The value of the time property.
-
getBTraceData
B-field trace data. Gets the value of the bTraceData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bTraceData property.For example, to add a new item, do as follows:
getBTraceData().add(newItem);
Objects of the following type(s) are allowed in the list
BTraceData- Returns:
- The value of the bTraceData property.
-
getRadialLength
Distance from center of Earth. Gets the value of the radialLength property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the radialLength property.For example, to add a new item, do as follows:
getRadialLength().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the radialLength property.
-
getMagneticStrength
Magnetic field strength. Gets the value of the magneticStrength property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the magneticStrength property.For example, to add a new item, do as follows:
getMagneticStrength().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the magneticStrength property.
-
getNeutralSheetDistance
Distance from neutral sheet. Gets the value of the neutralSheetDistance property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the neutralSheetDistance property.For example, to add a new item, do as follows:
getNeutralSheetDistance().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the neutralSheetDistance property.
-
getBowShockDistance
Distance from bow shock. Gets the value of the bowShockDistance property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bowShockDistance property.For example, to add a new item, do as follows:
getBowShockDistance().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the bowShockDistance property.
-
getMagnetoPauseDistance
Distance from magneto pause. Gets the value of the magnetoPauseDistance property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the magnetoPauseDistance property.For example, to add a new item, do as follows:
getMagnetoPauseDistance().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the magnetoPauseDistance property.
-
getDipoleLValue
Dipole L value. Gets the value of the dipoleLValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dipoleLValue property.For example, to add a new item, do as follows:
getDipoleLValue().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the dipoleLValue property.
-
getDipoleInvariantLatitude
Dipole invariant latitude value. Gets the value of the dipoleInvariantLatitude property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dipoleInvariantLatitude property.For example, to add a new item, do as follows:
getDipoleInvariantLatitude().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the dipoleInvariantLatitude property.
-
getSpacecraftRegion
Spacecraft region. Gets the value of the spacecraftRegion property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the spacecraftRegion property.For example, to add a new item, do as follows:
getSpacecraftRegion().add(newItem);
Objects of the following type(s) are allowed in the list
SpaceRegion- Returns:
- The value of the spacecraftRegion property.
-
getRadialTracedFootpointRegions
Radial traced footpoint regions. Gets the value of the radialTracedFootpointRegions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the radialTracedFootpointRegions property.For example, to add a new item, do as follows:
getRadialTracedFootpointRegions().add(newItem);
Objects of the following type(s) are allowed in the list
FootpointRegion- Returns:
- The value of the radialTracedFootpointRegions property.
-
getBGseX
B GSE X value. Gets the value of the bGseX property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bGseX property.For example, to add a new item, do as follows:
getBGseX().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the bGseX property.
-
getBGseY
B GSE Y value. Gets the value of the bGseY property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bGseY property.For example, to add a new item, do as follows:
getBGseY().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the bGseY property.
-
getBGseZ
B GSE Z value. Gets the value of the bGseZ property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bGseZ property.For example, to add a new item, do as follows:
getBGseZ().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the bGseZ property.
-
getNorthBTracedFootpointRegions
North B traced footpoint regions. Gets the value of the northBTracedFootpointRegions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the northBTracedFootpointRegions property.For example, to add a new item, do as follows:
getNorthBTracedFootpointRegions().add(newItem);
Objects of the following type(s) are allowed in the list
FootpointRegion- Returns:
- The value of the northBTracedFootpointRegions property.
-
getSouthBTracedFootpointRegions
South B traced footpoint regions. Gets the value of the southBTracedFootpointRegions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the southBTracedFootpointRegions property.For example, to add a new item, do as follows:
getSouthBTracedFootpointRegions().add(newItem);
Objects of the following type(s) are allowed in the list
FootpointRegion- Returns:
- The value of the southBTracedFootpointRegions property.
-