#include <spatmod/imagesourcebingmaps.h>

Public Types | |
| enum | MAPSTYLE { MAPSTYLE_Aerial = 0, MAPSTYLE_Aerial_v0 = 1, MAPSTYLE_Aerial_v1 = 2, MAPSTYLE_AerialWithLabels = 3, MAPSTYLE_AerialWithLabels_v0 = 4, MAPSTYLE_AerialWithLabels_v1 = 5, MAPSTYLE_Birdseye = 6, MAPSTYLE_Birdseye_v0 = 7, MAPSTYLE_Birdseye_v1 = 8, MAPSTYLE_BirdseyeWithLabels = 9, MAPSTYLE_BirdseyeWithLabels_v0 = 10, MAPSTYLE_BirdseyeWithLabels_v1 = 11, MAPSTYLE_Road = 12, MAPSTYLE_Road_v0 = 13, MAPSTYLE_Road_v1 = 14 } |
Public Member Functions | |
| SOURCE_BINGMAPS (MAPSTYLE MapStyle) | |
| virtual | ~SOURCE_BINGMAPS () |
| ERRVALUE | DrawOverlay (const GRE::LAYERDC &layerdc) |
| const MISTRING & | GetCopyrightString () const |
| void | SetMapStyle (MAPSTYLE MapStyle) |
| void | SetResampleMethod (const SPATMOD::IMAGE::RESAMPLEMETHOD &ResampleMethod) |
Protected Member Functions | |
| virtual ERRVALUE | v_GetDatatip (const DPOINT2D &point, MISTRING &string, INT32 ZoomLevelToUse, SOURCE_TILESET::DATATIPFLAG flags) |
| SPATMOD::IMAGE::SOURCE_BINGMAPS::SOURCE_BINGMAPS | ( | MAPSTYLE | MapStyle | ) |
Constructor.
| virtual SPATMOD::IMAGE::SOURCE_BINGMAPS::~SOURCE_BINGMAPS | ( | ) | [virtual] |
| ERRVALUE SPATMOD::IMAGE::SOURCE_BINGMAPS::DrawOverlay | ( | const GRE::LAYERDC & | layerdc | ) |
| const MISTRING& SPATMOD::IMAGE::SOURCE_BINGMAPS::GetCopyrightString | ( | ) | const [inline] |
Get copyright string.
| void SPATMOD::IMAGE::SOURCE_BINGMAPS::SetMapStyle | ( | MAPSTYLE | MapStyle | ) |
| void SPATMOD::IMAGE::SOURCE_BINGMAPS::SetResampleMethod | ( | const SPATMOD::IMAGE::RESAMPLEMETHOD & | ResampleMethod | ) | [inline] |
| virtual ERRVALUE SPATMOD::IMAGE::SOURCE_BINGMAPS::v_GetDatatip | ( | const DPOINT2D & | point, | |
| MISTRING & | string, | |||
| INT32 | ZoomLevelToUse, | |||
| SOURCE_TILESET::DATATIPFLAG | flags | |||
| ) | [protected, virtual] |
Datatip override.
Reimplemented from SPATMOD::IMAGE::SOURCE_TILESET.
1.6.1