Class GRIBResult<T extends GeoLocation>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
org.deltava.beans.wx.GRIBResult<T>
Type Parameters:
T - the data type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>, GeoLocation

public class GRIBResult<T extends GeoLocation> extends ArrayList<T> implements GeoLocation
A collection to store a gridded result from a GRIB file, tracking the corners of the grid.
Since:
5.2
Version:
7.2
Author:
Luke
See Also: