![]() |
TerraLib 4.1
|
This file contains structures and definitions about attributes of geographical objects. More...
Go to the source code of this file.
Classes | |
| struct | TeAttributeRep |
| Attribute physical representation. More... | |
| struct | TeAttribute |
| Attribute description. More... | |
| struct | TeProperty |
| A property of an object. More... | |
Typedefs | |
| typedef vector< TeProperty > | TePropertyVector |
| A vector of TeProperties. | |
| typedef vector< TeAttributeRep > | TeAttributeRepList |
| A vector of attributes representation. | |
| typedef vector< TeAttribute > | TeAttributeList |
| A vector of attributes. | |
| typedef vector< pair < TeAttributeRep, TeStatisticType > > | TeGroupingAttr |
| A Map of the attribute names to the statistical types. | |
Enumerations | |
| enum | TeMeasurementScale { ORDINAL, NOMINAL, RATIO, INTERVAL, CYCLIC, PROBABILITY, FUZZY } |
| Sscale of measurement according to Stevens (1949) modified by Chrisman (1998) to include CYCLIC and PROBABILITY we also include FUZZY (possibility scale) More... | |
This file contains structures and definitions about attributes of geographical objects.
| typedef vector<TeAttribute> TeAttributeList |
A vector of attributes.
| typedef vector<TeAttributeRep> TeAttributeRepList |
A vector of attributes representation.
| typedef vector< pair<TeAttributeRep, TeStatisticType> > TeGroupingAttr |
A Map of the attribute names to the statistical types.
| typedef vector<TeProperty> TePropertyVector |
A vector of TeProperties.
| enum TeMeasurementScale |