Class EarthLocationSet.Entry

java.lang.Object
noaa.coastwatch.util.EarthLocationSet.Entry
Enclosing class:
EarthLocationSet<T>

public class EarthLocationSet.Entry extends Object
An entry in the set holds the data for an earth location and it's associated data.
  • Field Details

    • loc

      public EarthLocation loc
      The earth location for this entry.
    • ecfCoords

      public double[] ecfCoords
      The ECF coordinates for the location, computed upon insertion.
    • data

      public T data
      The data passed to the insert method.
  • Constructor Details

    • Entry

      public Entry()