你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GeoJsonFeatureOutputParent interface
有效的 GeoJSON Feature
对象类型。 有关详细信息,请参阅 RFC 7946。
- 扩展
属性
type |
继承属性
bbox | 边界框。 使用的投影 - EPSG:3857。 有关详细信息,请参阅 RFC 7946。 |
feature |
功能的类型。 该值取决于当前功能所属的数据模型。 某些数据模型可能具有空值。 |
geometry | 有效的 |
id | 功能的标识符。 |
properties | 属性可以包含有关 |
属性详细信息
type
type: "Boundary" | "Feature"
属性值
"Boundary" | "Feature"
继承属性详细信息
bbox
featureType
功能的类型。 该值取决于当前功能所属的数据模型。 某些数据模型可能具有空值。
featureType?: string
属性值
string
geometry
有效的 GeoJSON
几何图形对象。 该类型必须是七种有效的 GeoJSON 几何类型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 有关详细信息,请参阅 RFC 7946。
geometry: GeoJsonGeometryOutput
属性值
id
功能的标识符。
id?: string
属性值
string
继承自
properties
属性可以包含有关 Feature
的任何其他元数据。 值可以是任何 JSON 对象,也可以是 JSON null 值
properties?: Record<string, unknown>
属性值
Record<string, unknown>