GeoVariant

GeoVariant[obj,qual]

represents a geographic object obj with qualifier qual.

Details

  • The geographic object obj can be an Entity object, an EntityClass object, or a string representing an entity type such as "Country".
  • Possible qualifiers include:
  • Automatic region returned when no GeoVariant is specified
    "AllAreas"all legal territories (e.g. US including e.g. Guam)
    "Center"center
    "DefaultMapArea"area used for standard maps
    "PrincipalArea"main territories
    "SimplifiedArea"low-resolution schematic region
  • Geo variants can be used for countries, oceans, cities, and other objects.
  • Unlike GeoGroup, which combines multiple entities, GeoVariant allows specification of a particular variant of a single entity.

Examples

open allclose all

Basic Examples  (3)

Show the default geo variant for the US:

Obtain the same result using EntityValue:

Display geo variants for the US:

Show geo variants for the UK:

Scope  (6)

Automatic  (1)

Show the default geo variant of the US:

"AllAreas"  (1)

Show all areas of the US:

"Center"  (1)

Show only a central point of the country:

"DefaultMapArea"  (1)

The geo variant "DefaultMapArea" denotes the default choice of polygons in GeoGraphics:

"PrincipalArea"  (1)

The geo variant "PrincipalArea" contains the main territories of a country:

"SimplifiedArea"  (1)

The geo variant "SimplifiedArea" contains only the largest main areas, and with fewer points:

Wolfram Research (2014), GeoVariant, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoVariant.html.

Text

Wolfram Research (2014), GeoVariant, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoVariant.html.

CMS

Wolfram Language. 2014. "GeoVariant." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GeoVariant.html.

APA

Wolfram Language. (2014). GeoVariant. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoVariant.html

BibTeX

@misc{reference.wolfram_2023_geovariant, author="Wolfram Research", title="{GeoVariant}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/GeoVariant.html}", note=[Accessed: 19-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_geovariant, organization={Wolfram Research}, title={GeoVariant}, year={2014}, url={https://reference.wolfram.com/language/ref/GeoVariant.html}, note=[Accessed: 19-April-2024 ]}