次の方法で共有


GeoJsonFeature interface

GeoJSON Feature A Feature オブジェクトは、空間的に境界のあるものを表します。 すべての Feature オブジェクトは GeoJSON オブジェクトです。 リファレンス

Extends

プロパティ

geometry
id
properties
type

この GeoJSON オブジェクトの型を表します。これには、7 つの geometry 型と "Feature"、"FeatureCollection" が含まれます。 リファレンス

継承されたプロパティ

bbox

ジオメトリ、フィーチャ、または FeatureCollection の座標範囲に関する情報を含めます。 リファレンス

プロパティの詳細

geometry

geometry?: GeoJsonGeometry

プロパティ値

id

id?: string | number

プロパティ値

string | number

properties

properties?: Record<string, any>

プロパティ値

Record<string, any>

type

この GeoJSON オブジェクトの型を表します。これには、7 つの geometry 型と "Feature"、"FeatureCollection" が含まれます。 リファレンス

type: "Feature"

プロパティ値

"Feature"

継承されたプロパティの詳細

bbox

ジオメトリ、フィーチャ、または FeatureCollection の座標範囲に関する情報を含めます。 リファレンス

bbox?: BBox

プロパティ値

geoJsonObject.bbox から継承