|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/feature/EleFeature.h>


Public Member Functions | |
| EleFeatureValue ()=default | |
| EleFeatureValue (int16_t ele) | |
| void | SetEle (int16_t ele) |
| int16_t | GetEle () const |
| std::string | GetLabel (const Locale &locale, size_t labelIndex) const override |
| void | Read (FileScanner &scanner) override |
| void | Write (FileWriter &writer) override |
| EleFeatureValue & | operator= (const FeatureValue &other) override |
| bool | operator== (const FeatureValue &other) const override |
| Public Member Functions inherited from osmscout::FeatureValue | |
| FeatureValue ()=default | |
| FeatureValue (const FeatureValue &featureValue)=default | |
| virtual | ~FeatureValue ()=default |
| virtual bool | IsFlagSet (size_t) const |
| virtual bool | operator!= (const FeatureValue &other) const |
|
default |
|
inlineexplicit |
|
inline |
|
overridevirtual |
Reimplemented from osmscout::FeatureValue.
|
overridevirtual |
Reimplemented from osmscout::FeatureValue.
|
overridevirtual |
Implements osmscout::FeatureValue.
|
overridevirtual |
Read the value of the Feature from the FileScanner
| IOException |
Implements osmscout::FeatureValue.
|
inline |
|
overridevirtual |