public class NavigationPoint
extends java.lang.Object
NavigationPoint
class holds data for a single
navigation analysis point.Constructor and Description |
---|
NavigationPoint(EarthLocation earthLoc,
DataLocation dataLoc)
Creates a new navigation point.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the comment.
|
DataLocation |
getDataLoc()
Gets the data location.
|
EarthLocation |
getEarthLoc()
Gets the earth location.
|
double[] |
getOffset()
Gets the offset.
|
void |
setComment(java.lang.String comment)
Sets the comment.
|
void |
setOffset(double[] offset)
Sets the offset.
|
public NavigationPoint(EarthLocation earthLoc, DataLocation dataLoc)
earthLoc
- the earth location of the point.dataLoc
- the data location of the point (or null if
there is no associated data location.public EarthLocation getEarthLoc()
public DataLocation getDataLoc()
public double[] getOffset()
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public void setOffset(double[] offset)