API Documentation
Loading...
Searching...
No Matches
MercatorImageManager.h File Reference
#include "DLLInfo.h"
#include <NDEVR/Bounds.h>
#include <NDEVR/String.h>
#include <NDEVR/UUID.h>
#include <NDEVR/Pointer.h>
#include <NDEVR/RGBColor.h>
Include dependency graph for MercatorImageManager.h:

Go to the source code of this file.

Classes

struct  ArialColorTheme
 Allows the user to specify a color theme for a Aerial image request. For example Google allows various colors for roads, buildings, etc. More...
 
struct  WebMercatorTile
 
struct  MercatorImage
 
class  WebMercatorTileService
 
struct  MercatorImageRequest
 
struct  AerialImageRequest
 Contains the information for requesting a 2D top-down view of a geographic location to be used with a AerialImage service such as google earth. More...
 
class  MercatorImageManager
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  AerialImageMode {
  e_google_satellite , e_google_road , e_google_terrain , e_google_hybrid ,
  e_open_maps , e_aerial_image_mode_size
}
 enum specifying what type of image to fetch. Options for terrain, satellite, or road views More...
 
enum class  ArialFeatureList {
  e_all = 0 , e_administrative , e_administrative_country , administrative_land_parcel ,
  administrative_locality , administrative_neighborhood , administrative_province , landscape ,
  landscape_man_made , landscape_natural , poi , poi_attraction ,
  poi_business , poi_government , poi_medical , poi_park ,
  poi_place_of_worship , poi_school , poi_sports_complex , road ,
  road_arterial , road_highway , road_local , transit ,
  transit_line , transit_station , water , e_feature_list_size
}
 

Variables

template class NDEVR_DESIGN_API StringStream< AerialImageMode >