FeatureCollection class

GeoJSON FeatureCollection オブジェクト - GeoJSON 機能のコレクションを含む JSON オブジェクト。 完全な説明は RFC 7946 で詳しく説明されています。

コンストラクター

FeatureCollection(Array<Feature<Geometry, any>>, BoundingBox)

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)

パラメーター

features

Array<Feature<Geometry, any>>

フィーチャー コレクションを構成するフィーチャーのコレクション。

bbox
BoundingBox

フィーチャ コレクションの境界ボックス。

プロパティの詳細

bbox

フィーチャ コレクションの境界ボックス。

bbox?: BoundingBox

プロパティ値

features

フィーチャー コレクションに含まれる GeoJSON フィーチャーのコレクション。

features: Array<Feature<Geometry, any>>

プロパティ値

Array<Feature<Geometry, any>>

type

値 "FeatureCollection" を持つ GeoJSON 型記述子。

type: string

プロパティ値

string

TYPE

ランタイム比較で使用される FeatureCollection クラスの静的 GeoJSON 型記述子。

static TYPE: string

プロパティ値

string