Home | History | Annotate | Download | only in util

Lines Matching defs:TERRITORY

39  *  TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
66 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
76 * Type representing a territory.
78 TERRITORY,
94 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
132 * codes are, any known aliases, and the territory containment data.
165 territoryAlias = metadataAlias.get("territory");
214 r.type = RegionType.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
227 // Process the territory aliases
307 // even though it looks like a territory code. Need to handle it here.
314 // Load territory containment info from the supplemental data.
427 * @param type The type of regions to be returned ( TERRITORY, MACROREGION, etc. )
490 * For example, calling this method with region "150" (Europe) and type "TERRITORY" returns a set
569 * @return This region's type classification, such as MACROREGION or TERRITORY.