These functions cast their EST_Val return value to a requested type, eithe float, int, string or features (A). In all cases the name can be a simple feature or a path, in which case their name is a dot separated string of concatenated attributes (e.g. "df.poa.alveolar").
Look up feature name, which may be simple feature or path, and return as a float
const float |
F |
( |
const EST_String &path, float def) const |
Look up feature name, which may be simple feature or path, and return as a float, returning def if not found
Look up feature name, which may be simple feature or path, and return as an int
const int |
I |
( |
const EST_String &path, int def) const |
Look up feature name, which may be simple feature or path, and return as an int, returning def if not found
Look up feature name, which may be simple feature or path, and return as a EST_String
Look up feature name, which may be simple feature or path, and return as a EST_String, returning def if not found
Look up feature name, which may be simple feature or path, and return as a EST_Features
Look up feature name, which may be simple feature or path, and return as a EST_Features, returning def if not found