#include <libosmscout/include/osmscout/feature/NetworkFeature.h>
|
| void | RegisterLabel (size_t index, const std::string &labelName) |
| void | RegisterFlag (size_t index, const std::string &flagName) |
◆ NetworkFeature()
| osmscout::NetworkFeature::NetworkFeature |
( |
| ) |
|
◆ AllocateValue()
| FeatureValue * osmscout::NetworkFeature::AllocateValue |
( |
void * | buffer | ) |
|
|
overridevirtual |
◆ GetName()
| std::string osmscout::NetworkFeature::GetName |
( |
| ) |
const |
|
overridevirtual |
◆ GetValueAlignment()
| size_t osmscout::NetworkFeature::GetValueAlignment |
( |
| ) |
const |
|
overridevirtual |
If feature have value object, this method returns alignment requirements of the value type (alignof( type-id )).
Reimplemented from osmscout::Feature.
◆ GetValueSize()
| size_t osmscout::NetworkFeature::GetValueSize |
( |
| ) |
const |
|
overridevirtual |
A feature, if set for an object, can hold a value. If there is no value object, this method returns 0, else it returns the C++ size of the value object.
Reimplemented from osmscout::Feature.
◆ Initialize()
| void osmscout::NetworkFeature::Initialize |
( |
TagRegistry & | tagRegistry | ) |
|
|
overridevirtual |
Does further initialization based on the current TagRegistry. For example it registers Tags (and stores their TagId) for further processing.
Implements osmscout::Feature.
◆ Parse()
| void osmscout::NetworkFeature::Parse |
( |
TagErrorReporter & | reporter, |
|
|
const TagRegistry & | tagRegistry, |
|
|
const FeatureInstance & | feature, |
|
|
const ObjectOSMRef & | object, |
|
|
const TagMap & | tags, |
|
|
FeatureValueBuffer & | buffer ) const |
|
overridevirtual |
◆ NAME
| const char* const osmscout::NetworkFeature::NAME |
|
static |
◆ NAME_LABEL
| const char* const osmscout::NetworkFeature::NAME_LABEL |
|
static |
◆ NAME_LABEL_INDEX
| const size_t osmscout::NetworkFeature::NAME_LABEL_INDEX |
|
static |
Index of the 'name' label
The documentation for this class was generated from the following file: