GeoEntities

GeoEntities[reg,enttype]

给出在扩展区域 reg 中包含的类型为 enttype 的地理实体列表.

GeoEntities[reg]

给出 reg 中包含的任何类型的地理区域列表.

更多信息和选项

  • GeoEntities[reg,enttype] 中, reg 可以是任何扩展的地理区域,包括域的地理实体,如 "City""Country""HistoricalCountry"Dated[] 对象;GeoVariant[] 表达式或扩展 GeoGraphics 基元.
  • GeoEntities[reg,enttype] 中,enttype 可以指定为 Entity 对象,比如 Entity["Country"],或者指定为字符串,比如 "City".
  • enttype 的有效格式包括:
  • "AdministrativeDivision"任意级别的行政区划
    "AdministrativeDivision1"第一级行政区划
    "AdministrativeDivision2"第二级行政区划
    "AdministrativeDivision3"第三级行政区划
    "Airport"机场
    "Bridge"桥梁
    "Building"建筑物
    "City"城市
    "Country"村庄、特区等
    "HistoricalCountry"历史上的国家、地区、帝国等
    "MilitaryConflict"军事冲突
    "Mountain"山脉
    "Ocean"海洋
    "USCounty"美国的郡县
    "USState"美国的州
    "Volcano"火山
    "ZIPCode"US ZIP 代码
    Dated[enttype,date]date 限制的 enttype 类型实体
    Except[ent,enttype]类型非 ententtype 实体
    GeoVariant[enttype,variant]使用 variant 区域的实体
    EntityClass["type","class"]单个 class
    enttype1|enttype2|任何 enttypei
    All任意可能类型

范例

打开所有单元关闭所有单元

基本范例  (3)

以色列的山脉:

德克萨斯州达拉斯城的著名建筑物:

特定坐标矩形中的城市:

范围  (12)

地理数据  (7)

邮政编码为 61801 的所有实体:

找出佛蒙特州的山与桥:

除了曼哈顿以外与纽约市交叠的行政区划:

一些城市的桥:

求与给定多边形有部分重叠的国家:

绘制地图显示多边形和国家:

美国延伸到太平洋的一部分:

但是他的主要土地没有延伸:

美国有问题的部分是夏威夷:

确定位于指定经/纬度区域之内的 G7 国家:

历史数据  (5)

查找罗马共和国历史上任何时期发生的军事冲突:

使用 Dated 可将历史实体限制在特定日期或时间间隔内:

在实体类型中使用 Dated 将返回指定空间重叠日期的结果:

使用历史实体类型的非历史实体会计算重叠,忽略日期信息:

使用带有实体类型的 Dated 将搜索限制在给定的日期范围内:

使用 Dated[enttype,All] 来返回所有历史实体的重叠期:

在给定的矩形地理区域内找出 100 至 600 年间发生的军事冲突:

选项  (1)

"FullyContained"  (1)

默认情况下,如果两者有交叉区域,那么一个实体视为位于区域之内:

选项 "FullyContained"->True 排除了只覆盖地点的一部分的实体:

属性和关系  (3)

GeoEntities 总是返回列表:

列表可能为空:

对于扩展地点 loc, GeoEntities[loc,enttype] 本质上等价于 GeoIdentify[enttype,loc]:

GeoEntities 只包含与区域重叠的实体:

GeoNearest 包含所有实体,如果有的话,与扩张区域的距离为零:

Wolfram Research (2014),GeoEntities,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GeoEntities.html (更新于 2024 年).

文本

Wolfram Research (2014),GeoEntities,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GeoEntities.html (更新于 2024 年).

CMS

Wolfram 语言. 2014. "GeoEntities." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/GeoEntities.html.

APA

Wolfram 语言. (2014). GeoEntities. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/GeoEntities.html 年

BibTeX

@misc{reference.wolfram_2024_geoentities, author="Wolfram Research", title="{GeoEntities}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/GeoEntities.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_geoentities, organization={Wolfram Research}, title={GeoEntities}, year={2024}, url={https://reference.wolfram.com/language/ref/GeoEntities.html}, note=[Accessed: 21-November-2024 ]}