共用方式為


GeoJsonFeature interface

有效的 GeoJSON Feature 物件類型。 如需詳細資訊,請參閱 RFC 7946

Extends

屬性

type

繼承的屬性

featureType

功能的類型。 值取決於目前功能所屬的數據模型。 某些數據模型可能有空白值。

geometry

有效的 GeoJSON geometry 物件。 此類型必須是七個有效的 GeoJSON 幾何類型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 如需詳細資訊,請參閱 RFC 7946

id

功能的標識碼。

properties

屬性可以包含有關 Feature的任何其他元數據。 值可以是任何 JSON 物件或 JSON Null 值

屬性詳細資料

type

type: "Feature"

屬性值

"Feature"

繼承的屬性詳細資料

featureType

功能的類型。 值取決於目前功能所屬的數據模型。 某些數據模型可能有空白值。

featureType?: string

屬性值

string

繼承自GeoJsonFeatureData.featureType

geometry

有效的 GeoJSON geometry 物件。 此類型必須是七個有效的 GeoJSON 幾何類型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 如需詳細資訊,請參閱 RFC 7946

geometry: GeoJsonGeometry

屬性值

繼承自GeoJsonFeatureData.geometry

id

功能的標識碼。

id?: string

屬性值

string

繼承自GeoJsonFeatureData.id

properties

屬性可以包含有關 Feature的任何其他元數據。 值可以是任何 JSON 物件或 JSON Null 值

properties?: Record<string, unknown>

屬性值

Record<string, unknown>

繼承自GeoJsonFeatureData.properties