Class BTraceData
-
Field Summary
FieldsModifier and TypeFieldDescriptionB-Trace arc length values.protected CoordinateSystemIdentifies the coordinate system.protected HemisphereMagnetic Hemisphere.B-Trace latitude values.B-Trace longitude values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionB-Trace arc length values.Identifies the coordinate system.Magnetic Hemisphere.B-Trace latitude values.B-Trace longitude values.voidSets the value of the coordinateSystem property.voidsetHemisphere(Hemisphere value) Sets the value of the hemisphere property.
-
Field Details
-
coordinateSystem
Identifies the coordinate system. -
hemisphere
Magnetic Hemisphere. -
latitude
B-Trace latitude values. -
longitude
B-Trace longitude values. -
arcLength
B-Trace arc length values.
-
-
Constructor Details
-
BTraceData
public BTraceData()
-
-
Method Details
-
getCoordinateSystem
Identifies the coordinate system.- Returns:
- possible object is
CoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isCoordinateSystem- See Also:
-
getHemisphere
Magnetic Hemisphere.- Returns:
- possible object is
Hemisphere
-
setHemisphere
Sets the value of the hemisphere property.- Parameters:
value- allowed object isHemisphere- See Also:
-
getLatitude
B-Trace latitude values. Gets the value of the latitude 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 latitude property.For example, to add a new item, do as follows:
getLatitude().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the latitude property.
-
getLongitude
B-Trace longitude values. Gets the value of the longitude 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 longitude property.For example, to add a new item, do as follows:
getLongitude().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the longitude property.
-
getArcLength
B-Trace arc length values. Gets the value of the arcLength 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 arcLength property.For example, to add a new item, do as follows:
getArcLength().add(newItem);
Objects of the following type(s) are allowed in the list
Double- Returns:
- The value of the arcLength property.
-