OpenCPN Partial API docs
Loading...
Searching...
No Matches
GribUIDialog.h File Reference

GRIB Weather Data Control Interface. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include <wx/fileconf.h>
#include <wx/glcanvas.h>
#include "GribUIDialogBase.h"
#include "CursorData.h"
#include "GribSettingsDialog.h"
#include "GribRequestDialog.h"
#include "GribReader.h"
#include "GribRecordSet.h"
#include "IsoLine.h"
#include "GrabberWin.h"

Go to the source code of this file.

Classes

struct  XyGribConfig_t
 Structure used to store XyGrib configuration. More...
 
class  GribTimelineRecordSet
 A specialized GribRecordSet that represents temporally interpolated weather data with isobar rendering optimizations. More...
 
class  GRIBUICtrlBar
 
class  GRIBFile
 Manages multiple GRIB record sets from one or more GRIB files. More...
 
class  GRIBUICData
 

Enumerations

enum  ZoneSelection {
  AUTO_SELECTION , SAVED_SELECTION , START_SELECTION , DRAW_SELECTION ,
  COMPLETE_SELECTION
}
 Defines the possible states for GRIB area selection. More...
 

Functions

 WX_DECLARE_OBJARRAY (GribRecordSet, ArrayOfGribRecordSets)
 

Detailed Description

GRIB Weather Data Control Interface.

This module provides the primary user interface controls for the GRIB plugin, including:

  • Timeline controls for navigating forecast times
  • Layer controls for selecting visible weather parameters
  • Display settings for customizing visualizations
  • File management for loading and organizing GRIB data

The interface is designed to give users complete control over how weather data is displayed while maintaining efficiency for real-time navigation and animation playback. Key features include:

  • Temporal interpolation between forecast times
  • Multi-file data management
  • Customizable overlay settings
  • Cursor tracking for data inspection
  • Animation controls

Definition in file GribUIDialog.h.

Enumeration Type Documentation

◆ ZoneSelection

Defines the possible states for GRIB area selection.

Used to control how the GRIB download area bounds are determined.

Enumerator
AUTO_SELECTION 

Area automatically set from current viewport bounds.

SAVED_SELECTION 

Area loaded from previously saved coordinates.

START_SELECTION 

User has clicked Shift + Left click and is drawing the bounding box by dragging the mouse.

DRAW_SELECTION 

Manual mode has been selected.

This state is set immediately after the user has clicked the "Manual Selection" checkbox in the GRIB request dialog. The user can now draw a selection box on the chart to specify the download area, or manually enter coordinates in the dialog.

COMPLETE_SELECTION 

Selection box completed in manual mode, coordinates have been captured after the user has released the mouse button.

Definition at line 84 of file GribUIDialog.h.