|
| virtual ThumbData * | GetThumbData (int tnx, int tny, float lat, float lon) |
| |
| virtual ThumbData * | GetThumbData () |
| |
| virtual bool | UpdateThumbData (double lat, double lon) |
| |
| virtual bool | AdjustVP (ViewPort &vp_last, ViewPort &vp_proposed) |
| |
| int | GetNativeScale () |
| |
| double | GetNormalScaleMin (double canvas_scale_factor, bool b_allow_overzoom) |
| |
| double | GetNormalScaleMax (double canvas_scale_factor, int canvas_width) |
| |
| virtual InitReturn | Init (const wxString &name, ChartInitFlag init_flags) |
| |
| bool | RenderRegionViewOnDC (wxMemoryDC &dc, const ViewPort &VPoint, const OCPNRegion &Region) |
| |
| virtual bool | RenderRegionViewOnGL (const wxGLContext &glc, const ViewPort &VPoint, const OCPNRegion &RectRegion, const LLRegion &Region) |
| |
| virtual double | GetNearestPreferredScalePPM (double target_scale_ppm) |
| |
| virtual void | GetValidCanvasRegion (const ViewPort &VPoint, OCPNRegion *pValidRegion) |
| |
| virtual LLRegion | GetValidRegion () |
| |
| virtual bool | GetChartExtent (Extent *pext) |
| |
| void | SetColorScheme (ColorScheme cs, bool bApplyImmediate) |
| |
| double | GetPPM () |
| |
| double | GetZoomFactor () |
| |
|
virtual InitReturn | Init (const wxString &name, ChartInitFlag init_flags)=0 |
| |
| virtual void | Activate (void) |
| |
| virtual void | Deactivate (void) |
| |
|
virtual ThumbData * | GetThumbData (int tnx, int tny, float lat, float lon)=0 |
| |
|
virtual ThumbData * | GetThumbData ()=0 |
| |
|
virtual bool | UpdateThumbData (double lat, double lon)=0 |
| |
|
virtual double | GetNormalScaleMin (double canvas_scale_factor, bool b_allow_overzoom)=0 |
| |
|
virtual double | GetNormalScaleMax (double canvas_scale_factor, int canvas_width)=0 |
| |
|
virtual bool | GetChartExtent (Extent *pext)=0 |
| |
| virtual OcpnProjType | GetChartProjectionType () |
| |
| virtual wxDateTime | GetEditionDate (void) |
| |
| virtual wxString | GetPubDate () |
| |
| virtual int | GetNativeScale () |
| |
| wxString | GetFullPath () const |
| |
| wxString | GetHashKey () const |
| |
| wxString | GetName () |
| |
| wxString | GetDescription () |
| |
| wxString | GetID () |
| |
| wxString | GetSE () |
| |
| wxString | GetDepthUnits () |
| |
| wxString | GetSoundingsDatum () |
| |
| wxString | GetDatumString () |
| |
| wxString | GetExtraInfo () |
| |
| double | GetChart_Error_Factor () |
| |
| ChartTypeEnum | GetChartType () |
| |
| ChartFamilyEnum | GetChartFamily () |
| |
| double | GetChartSkew () |
| |
| virtual ChartDepthUnitType | GetDepthUnitType (void) |
| |
| virtual bool | IsReadyToRender () |
| |
|
virtual bool | RenderRegionViewOnDC (wxMemoryDC &dc, const ViewPort &VPoint, const OCPNRegion &Region)=0 |
| |
|
virtual bool | RenderRegionViewOnGL (const wxGLContext &glc, const ViewPort &VPoint, const OCPNRegion &RectRegion, const LLRegion &Region)=0 |
| |
|
virtual bool | AdjustVP (ViewPort &vp_last, ViewPort &vp_proposed)=0 |
| |
|
virtual void | GetValidCanvasRegion (const ViewPort &VPoint, OCPNRegion *pValidRegion)=0 |
| |
|
virtual LLRegion | GetValidRegion ()=0 |
| |
|
virtual void | SetColorScheme (ColorScheme cs, bool bApplyImmediate=true)=0 |
| |
|
virtual double | GetNearestPreferredScalePPM (double target_scale_ppm)=0 |
| |
| virtual int | GetCOVREntries () |
| |
| virtual int | GetCOVRTablePoints (int iTable) |
| |
| virtual int | GetCOVRTablenPoints (int iTable) |
| |
| virtual float * | GetCOVRTableHead (int iTable) |
| |
| virtual int | GetNoCOVREntries () |
| |
| virtual int | GetNoCOVRTablePoints (int iTable) |
| |
| virtual int | GetNoCOVRTablenPoints (int iTable) |
| |
| virtual float * | GetNoCOVRTableHead (int iTable) |
| |
Definition at line 70 of file mbtiles.h.