Enum StatisticalRegionKind
- Namespace
- Cuemon.Globalization
- Assembly
- Cuemon.Core.dll
Specifies the kind of a statistical region as defined by the UN M.49 standard.
public enum StatisticalRegionKind
Fields
CountryOrTerritory = 4A country or territory - a leaf node in the hierarchy with no children.
IntermediateRegion = 3An intermediate region that groups subregions (e.g., Latin America and the Caribbean).
Region = 1A major geographic region or continent (e.g., Africa, Europe, Asia).
Subregion = 2A subdivision of a region (e.g., Western Europe, Northern Africa).
World = 0The root node representing the entire World (code "001").
Remarks
UN M.49 defines a hierarchical structure of geographic regions for statistical use. This enum represents the different levels in that hierarchy, from World down to individual countries.