Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WeatherGrid_GridFile

Information about a grid file.

author

"Travis Redpath"

Hierarchy

  • WeatherGrid_GridFile

Index

Properties

Private _filename

_filename: string = ""

The location of the grid file (required).

Private _speed

_speed: number = -1

The wind speed (required).

projection

projection: string = ""

The projection file for the grid file (required).

sector

The sector to apply this grid file to (required).

Accessors

filename

  • get filename(): string
  • set filename(value: string): void

speed

  • get speed(): number
  • set speed(value: number): void

Methods

checkValid

  • Find a list of all errors in the weather grid file.

    Returns Array<ValidationError>

    A list of errors.

isValid

  • isValid(): boolean
  • Check to make sure all parameters have been set to valid values.

    Returns boolean