Home | History | Annotate | Download | only in util

Lines Matching defs:TERRITORY

38  *  TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
65 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
78 * Type representing a territory.
81 TERRITORY,
100 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
140 * codes are, any known aliases, and the territory containment data.
173 territoryAlias = metadataAlias.get("territory");
222 r.type = RegionType.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
235 // Process the territory aliases
315 // even though it looks like a territory code. Need to handle it here.
322 // Load territory containment info from the supplemental data.
437 * @param type The type of regions to be returned ( TERRITORY, MACROREGION, etc. )
505 * For example, calling this method with region "150" (Europe) and type "TERRITORY" returns a set
593 * @return This region's type classification, such as MACROREGION or TERRITORY.