你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Feature class

GeoJSON 功能对象 - 表示空间边界实体的 JSON 对象。 RFC 7946 中详细介绍了完整说明。

构造函数

Feature(G, P, string | number, BoundingBox)

构造功能。

属性

bbox

功能的边界框。

geometry

特征的几何图形。

id

功能的 ID。

properties

功能的属性。

type

具有值“Feature”的 GeoJSON 类型描述符。

TYPE

要用于运行时比较的功能类的静态 GeoJSON 类型描述符。

构造函数详细信息

Feature(G, P, string | number, BoundingBox)

构造功能。

new Feature(geometry: G, properties?: P, id?: string | number, bbox?: BoundingBox)

参数

geometry

G

特征的几何图形。

properties

P

功能的属性。

id

string | number

功能的 ID。

bbox
BoundingBox

功能的边界框。

属性详细信息

bbox

功能的边界框。

bbox?: BoundingBox

属性值

geometry

特征的几何图形。

geometry: G

属性值

G

id

功能的 ID。

id?: string | number

属性值

string | number

properties

功能的属性。

properties?: P

属性值

P

type

具有值“Feature”的 GeoJSON 类型描述符。

type: string

属性值

string

TYPE

要用于运行时比较的功能类的静态 GeoJSON 类型描述符。

static TYPE: string

属性值

string