OpenCPN Partial API docs
|
Contains view parameters and status information for a chart display viewport. More...
#include <ocpn_plugin.h>
Public Attributes | |
double | clat |
Center latitude of the viewport in decimal degrees. | |
double | clon |
Center longitude of the viewport in decimal degrees. | |
double | view_scale_ppm |
Display scale in pixels per meter. | |
double | skew |
Display skew angle in radians. | |
double | rotation |
Display rotation angle in radians. | |
float | chart_scale |
Conventional chart displayed scale (e.g., 1:50000) | |
int | pix_width |
Viewport width in pixels. | |
int | pix_height |
Viewport height in pixels. | |
wxRect | rv_rect |
Rectangle defining the rendered view area. | |
bool | b_quilt |
True if the viewport is in quilt mode (showing multiple charts) | |
int | m_projection_type |
Chart projection type (PROJECTION_MERCATOR, etc.) | |
double | lat_min |
Minimum latitude of the viewport. | |
double | lat_max |
Maximum latitude of the viewport. | |
double | lon_min |
Minimum longitude of the viewport. | |
double | lon_max |
Maximum longitude of the viewport. | |
bool | bValid |
True if this viewport is valid and can be used for rendering. | |
Contains view parameters and status information for a chart display viewport.
Definition at line 193 of file ocpn_plugin.h.
bool PlugIn_ViewPort::b_quilt |
True if the viewport is in quilt mode (showing multiple charts)
Definition at line 206 of file ocpn_plugin.h.
bool PlugIn_ViewPort::bValid |
True if this viewport is valid and can be used for rendering.
Definition at line 216 of file ocpn_plugin.h.
float PlugIn_ViewPort::chart_scale |
Conventional chart displayed scale (e.g., 1:50000)
Definition at line 201 of file ocpn_plugin.h.
double PlugIn_ViewPort::clat |
Center latitude of the viewport in decimal degrees.
Definition at line 195 of file ocpn_plugin.h.
double PlugIn_ViewPort::clon |
Center longitude of the viewport in decimal degrees.
Definition at line 196 of file ocpn_plugin.h.
double PlugIn_ViewPort::lat_max |
Maximum latitude of the viewport.
Definition at line 211 of file ocpn_plugin.h.
double PlugIn_ViewPort::lat_min |
Minimum latitude of the viewport.
Definition at line 210 of file ocpn_plugin.h.
double PlugIn_ViewPort::lon_max |
Maximum longitude of the viewport.
Definition at line 213 of file ocpn_plugin.h.
double PlugIn_ViewPort::lon_min |
Minimum longitude of the viewport.
Definition at line 212 of file ocpn_plugin.h.
int PlugIn_ViewPort::m_projection_type |
Chart projection type (PROJECTION_MERCATOR, etc.)
Definition at line 208 of file ocpn_plugin.h.
int PlugIn_ViewPort::pix_height |
Viewport height in pixels.
Definition at line 204 of file ocpn_plugin.h.
int PlugIn_ViewPort::pix_width |
Viewport width in pixels.
Definition at line 203 of file ocpn_plugin.h.
double PlugIn_ViewPort::rotation |
Display rotation angle in radians.
Definition at line 199 of file ocpn_plugin.h.
wxRect PlugIn_ViewPort::rv_rect |
Rectangle defining the rendered view area.
Definition at line 205 of file ocpn_plugin.h.
double PlugIn_ViewPort::skew |
Display skew angle in radians.
Definition at line 198 of file ocpn_plugin.h.
double PlugIn_ViewPort::view_scale_ppm |
Display scale in pixels per meter.
Definition at line 197 of file ocpn_plugin.h.