GeoNearest
GeoNearest[enttype,loc]
返回与地理位置 loc 最近的类型为 enttype 的地理实体.
GeoNearest[{reg1,reg2,…,regn},loc]
返回最近的 regi.
GeoNearest[{reg1val1,reg2val2,…,regnvaln},loc]
返回对应于最近 t regi 的 vali.
GeoNearest[{reg1,reg2,…,regn}{val1,val2,…,valn},loc]
返回相同结果.
GeoNearest[{reg1,reg2,…,regn}Automatic,loc]
使得 vali 为连续整数 i.
GeoNearest[spec,loc,n]
返回 n 个最近值.
GeoNearest[spec,loc,{n,r}]
在 loc 的半径 r 中返回至多 n 个匹配.
更多信息和选项
- 在 GeoNearest[enttype,loc] 中,enttype 可以指定为 Entity 对象,例如 Entity["Country"],或者指定为一个字符串,例如 "City".
- enttype 的有效格式包括:
-
"AdministrativeDivision" 任意级别的行政区划 "AdministrativeDivision1" 一级行政区划 "AdministrativeDivision2" 二级行政区划 "AdministrativeDivision3" 三级行政区划 "Airport" 机场 "Bridge" 桥梁 "Building" 建筑物 "City" 城市 "Country" 国家、领土等 "HistoricalCountry" 历史上的国家、地区、帝国等 "MilitaryConflict" 军事冲突 "Mountain" 山脉 "Ocean" 海洋 "USCounty" 美国的郡县 "USState" 美国的州 "Volcano" 火山 "ZIPCode" 美国的邮政编码 Dated[ent,date] date 中类型 enttype 的实体 Except[ent,enttype] 除了类型为 enttype 的 ent 的实体 GeoVariant[enttype,variant] 使用 variant 区域的实体 EntityClass["type","class"] class 的单个成员 type1type2… 任意 typei All 任意可能类型 - 在 GeoNearest[enttype,loc] 中,loc 可以是任何地理位置对象,包括 GeoPosition 对象;域的地理实体,如 "City"、"Country" 或 "HistoricalCountry";Dated[…] 对象;GeoVariant[…] 表达式;和更多.
- 地理区域可指定为地理位置、Entity 或 EntityClass 对象或 GeoGraphics 基元.
- 对于与时间相关的实体域,GeoNearest 默认返回与最接近给定位置的时刻相对应的结果,而该时刻本身也可能与时间相关.
- 半径应该按照 Quantity 对象或者数字 0 给出.
- GeoNearest[spec,loc,{All,r}] 返回 loc 的半径 r 内的所有结果.
- GeoNearest 总返回一个列表. 如果有多个最近匹配,那么 GeoNearest[spec,loc] 将返回所有匹配.
- 如果在指定半径内没有任何匹配,GeoNearest[spec,loc,{n,r}] 可能返回一个空列表.
- 可以给出下列选项:
-
DistanceFunction "Boundary" 如何计算扩展区域的距离 TimeConstraint 30 允许计算多少秒 - 对于 DistanceFunction 可以给出下列可能设置:
-
"Boundary" 区域中任何点之间的最小距离 "Center" 区域中心之间的距离 "SignedBoundary" 到边界的距离,对于内部点为负数
范例
打开所有单元关闭所有单元范围 (16)
实体类型 (6)
实体类型也可以用 Entity 标头指定:
实体和区域组 (6)
历史实体 (4)
选项 (1)
DistanceFunction (1)
设置 DistanceFunction->"Center" 下,使用距离实体中心的距离:
属性和关系 (2)
文本
Wolfram Research (2014),GeoNearest,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GeoNearest.html (更新于 2024 年).
CMS
Wolfram 语言. 2014. "GeoNearest." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/GeoNearest.html.
APA
Wolfram 语言. (2014). GeoNearest. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/GeoNearest.html 年