|
Cogs.Core
|
Public Attributes | |
| glm::dvec2 | offset |
| StringRef | layer = NoString |
| StringRef | format = Strings::add("GeoTIFF") |
| StringRef | interpolation = Strings::add("bilinear") |
| StringRef | interpolationFieldName = Strings::add("INTERPOLATION") |
| bool | invertZ = false |
| bool | allowNoData = false |
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 |
Definition at line 6 of file WCSRasterSource.h.
|
inlinevirtual |
Definition at line 8 of file WCSRasterSource.h.
| bool Cogs::Core::TerrainProvider::WCSConfig::allowNoData = false |
Definition at line 15 of file WCSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WCSConfig::format = Strings::add("GeoTIFF") |
Definition at line 11 of file WCSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WCSConfig::interpolation = Strings::add("bilinear") |
Definition at line 12 of file WCSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WCSConfig::interpolationFieldName = Strings::add("INTERPOLATION") |
Definition at line 13 of file WCSRasterSource.h.
| bool Cogs::Core::TerrainProvider::WCSConfig::invertZ = false |
Definition at line 14 of file WCSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WCSConfig::layer = NoString |
Definition at line 10 of file WCSRasterSource.h.
| glm::dvec2 Cogs::Core::TerrainProvider::WCSConfig::offset |
Definition at line 9 of file WCSRasterSource.h.