|
Cogs.Core
|
Public Attributes | |
| StringRef | name = NoString |
| StringRef | style = Strings::add("default") |
| unsigned | minLevel = 0 |
| unsigned | maxLevel = ~0u |
| std::vector< std::pair< StringRef, StringRef > > | otherArguments |
Definition at line 23 of file WMSRasterSource.h.
| unsigned Cogs::Core::TerrainProvider::WMSLayerDescription::maxLevel = ~0u |
Definition at line 28 of file WMSRasterSource.h.
| unsigned Cogs::Core::TerrainProvider::WMSLayerDescription::minLevel = 0 |
Definition at line 27 of file WMSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WMSLayerDescription::name = NoString |
Definition at line 25 of file WMSRasterSource.h.
| std::vector<std::pair<StringRef, StringRef> > Cogs::Core::TerrainProvider::WMSLayerDescription::otherArguments |
Definition at line 29 of file WMSRasterSource.h.
| StringRef Cogs::Core::TerrainProvider::WMSLayerDescription::style = Strings::add("default") |
Definition at line 26 of file WMSRasterSource.h.