你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FeatureCollection class
GeoJSON FeatureCollection 对象 - 包含 GeoJSON 功能的集合的 JSON 对象。 RFC 7946 中详细介绍了完整说明。
构造函数
Feature |
构造 FeatureCollection。 |
属性
bbox | 特征集合的边界框。 |
features | 特征集合中包含的 GeoJSON 特征的集合。 |
type | 具有值“FeatureCollection”的 GeoJSON 类型描述符。 |
TYPE | 用于在运行时比较中使用的 FeatureCollection 类的静态 GeoJSON 类型描述符。 |
构造函数详细信息
FeatureCollection(Array<Feature<Geometry, any>>, BoundingBox)
构造 FeatureCollection。
new FeatureCollection(features: Array<Feature<Geometry, any>>, bbox?: BoundingBox)
参数
- bbox
- BoundingBox
特征集合的边界框。
属性详细信息
bbox
features
type
具有值“FeatureCollection”的 GeoJSON 类型描述符。
type: string
属性值
string
TYPE
用于在运行时比较中使用的 FeatureCollection 类的静态 GeoJSON 类型描述符。
static TYPE: string
属性值
string