你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtendedFeatureCollection interface
具有集合属性的功能集合。
- Extends
-
FeatureCollection
属性
properties | 功能集合的属性。 |
继承属性
bbox | 特征集合的边界框。 |
features | 功能集合中包含的 GeoJSON 特征的集合。 |
type | 具有值“FeatureCollection”的 GeoJSON 类型描述符。 |
TYPE | 要用于运行时比较的 FeatureCollection 类的静态 GeoJSON 类型描述符。 |
属性详细信息
properties
功能集合的属性。
properties?: any
属性值
any
继承属性详细信息
bbox
特征集合的边界框。
bbox?: BoundingBox
属性值
BoundingBox
继承自 FeatureCollection.bbox
features
功能集合中包含的 GeoJSON 特征的集合。
features: Array<Feature<Geometry, any>>
属性值
Array<Feature<Geometry, any>>
继承自 FeatureCollection.features
type
具有值“FeatureCollection”的 GeoJSON 类型描述符。
type: string
属性值
string
继承自 FeatureCollection.type
TYPE
要用于运行时比较的 FeatureCollection 类的静态 GeoJSON 类型描述符。
static TYPE: string
属性值
string
继承自 FeatureCollection.TYPE