Cogs.Core
Public Attributes | List of all members
Cogs::Core::TerrainProvider::HTTPConfig Struct Reference
Inheritance diagram for Cogs::Core::TerrainProvider::HTTPConfig:
Cogs::Core::TerrainProvider::BaseConfig Cogs::Core::TerrainProvider::WCSConfig Cogs::Core::TerrainProvider::WMSConfig

Public Attributes

StringRef baseUrl = NoString
 
StringRef username = NoString
 
StringRef password = NoString
 
- Public Attributes inherited from Cogs::Core::TerrainProvider::BaseConfig
Extent extent
 
Tiling tiling
 
CoordSys coordsys
 
TextureFormat textureFormat = TextureFormat::Unknown
 
MimeType mimeType = MimeType::None
 
StringRef cacheKey = NoString
 
StringRef name = NoString
 
float noData = std::numeric_limits<float>::quiet_NaN()
 
bool offline = false
 

Additional Inherited Members

- Public Member Functions inherited from Cogs::Core::TerrainProvider::BaseConfig
virtual bool compatible (const BaseConfig *other) const
 

Detailed Description

Definition at line 9 of file HTTPRasterSource.h.

Member Data Documentation

◆ baseUrl

StringRef Cogs::Core::TerrainProvider::HTTPConfig::baseUrl = NoString

Definition at line 12 of file HTTPRasterSource.h.

◆ password

StringRef Cogs::Core::TerrainProvider::HTTPConfig::password = NoString

Definition at line 14 of file HTTPRasterSource.h.

◆ username

StringRef Cogs::Core::TerrainProvider::HTTPConfig::username = NoString

Definition at line 13 of file HTTPRasterSource.h.


The documentation for this struct was generated from the following file: