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

Public Attributes

std::vector< WMSLayerDescriptionlayerDescriptions
 
std::vector< std::pair< StringRef, StringRef > > otherArguments
 
WMSVersion version = WMSVersion::v1_1_0
 
WMSValueDataType dataType = WMSValueDataType::Short
 
bool serverIsLittleEndian = true
 
bool retryFailedRequests = true
 
- Public Attributes inherited from Cogs::Core::TerrainProvider::HTTPConfig
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 32 of file WMSRasterSource.h.

Constructor & Destructor Documentation

◆ ~WMSConfig()

virtual Cogs::Core::TerrainProvider::WMSConfig::~WMSConfig ( )
inlinevirtual

Definition at line 34 of file WMSRasterSource.h.

Member Data Documentation

◆ dataType

WMSValueDataType Cogs::Core::TerrainProvider::WMSConfig::dataType = WMSValueDataType::Short

Definition at line 40 of file WMSRasterSource.h.

◆ layerDescriptions

std::vector<WMSLayerDescription> Cogs::Core::TerrainProvider::WMSConfig::layerDescriptions

Definition at line 36 of file WMSRasterSource.h.

◆ otherArguments

std::vector<std::pair<StringRef, StringRef> > Cogs::Core::TerrainProvider::WMSConfig::otherArguments

Definition at line 37 of file WMSRasterSource.h.

◆ retryFailedRequests

bool Cogs::Core::TerrainProvider::WMSConfig::retryFailedRequests = true

Definition at line 42 of file WMSRasterSource.h.

◆ serverIsLittleEndian

bool Cogs::Core::TerrainProvider::WMSConfig::serverIsLittleEndian = true

Definition at line 41 of file WMSRasterSource.h.

◆ version

WMSVersion Cogs::Core::TerrainProvider::WMSConfig::version = WMSVersion::v1_1_0

Definition at line 39 of file WMSRasterSource.h.


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