Table of Contents

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 = 4

A country or territory - a leaf node in the hierarchy with no children.

IntermediateRegion = 3

An intermediate region that groups subregions (e.g., Latin America and the Caribbean).

Region = 1

A major geographic region or continent (e.g., Africa, Europe, Asia).

Subregion = 2

A subdivision of a region (e.g., Western Europe, Northern Africa).

World = 0

The 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.