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

GeometryCollection class

GeoJSON GeometryCollection 对象 - 包含 GeoJSON Geometry 对象的集合的 JSON 对象。 RFC 7946 中详细介绍了完整说明。

构造函数

GeometryCollection(Geometry[])

构造 GeometryCollection。

属性

geometries

几何集合中包含的 GeoJSON 几何图形的集合。

type

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

TYPE

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

构造函数详细信息

GeometryCollection(Geometry[])

构造 GeometryCollection。

new GeometryCollection(geometries: Geometry[])

参数

geometries

Geometry[]

构成几何图形集合的几何图形集合。

属性详细信息

geometries

几何集合中包含的 GeoJSON 几何图形的集合。

geometries: Geometry[]

属性值

type

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

type: string

属性值

string

TYPE

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

static TYPE: string

属性值

string