Class NavigationPoint

java.lang.Object
noaa.coastwatch.gui.nav.NavigationPoint

public class NavigationPoint extends Object
The NavigationPoint class holds data for a single navigation analysis point.
Since:
3.2.2
Author:
Peter Hollemans
  • Constructor Details

    • NavigationPoint

      public NavigationPoint(EarthLocation earthLoc, DataLocation dataLoc)
      Creates a new navigation point. The offset is initialized to 0, and the comment to the empty string.
      Parameters:
      earthLoc - the earth location of the point.
      dataLoc - the data location of the point (or null if there is no associated data location.
  • Method Details

    • getEarthLoc

      public EarthLocation getEarthLoc()
      Gets the earth location.
    • getDataLoc

      public DataLocation getDataLoc()
      Gets the data location.
    • getOffset

      public double[] getOffset()
      Gets the offset.
    • getComment

      public String getComment()
      Gets the comment.
    • setComment

      public void setComment(String comment)
      Sets the comment.
    • setOffset

      public void setOffset(double[] offset)
      Sets the offset.