Package noaa.coastwatch.util
Class EarthLocationSet.Entry
java.lang.Object
noaa.coastwatch.util.EarthLocationSet.Entry
- Enclosing class:
- EarthLocationSet<T>
An entry in the set holds the data for an earth location and it's
associated data.
-
Field Summary
Modifier and TypeFieldDescriptionThe data passed to the insert method.double[]
The ECF coordinates for the location, computed upon insertion.The earth location for this entry. -
Constructor Summary
-
Method Summary
-
Field Details
-
loc
The earth location for this entry. -
ecfCoords
public double[] ecfCoordsThe ECF coordinates for the location, computed upon insertion. -
data
The data passed to the insert method.
-
-
Constructor Details
-
Entry
public Entry()
-