Class WeatherLine

All Implemented Interfaces:
Serializable, Cloneable, Iterable<GeoLocation>, Collection<GeoLocation>, List<GeoLocation>, RandomAccess, SequencedCollection<GeoLocation>

public class WeatherLine extends ArrayList<GeoLocation>
A collection of points to store weather front/trough paths.
Since:
5.2
Version:
5.2
Author:
Luke
See Also:
  • Constructor Details

    • WeatherLine

      public WeatherLine(Front type)
  • Method Details

    • getType

      public Front getType()
      Returns the line type.
      Returns:
      a Front