ExtendedFeatureCollection interface
コレクションのプロパティを持つフィーチャー コレクション。
- Extends
-
FeatureCollection
プロパティ
| properties | フィーチャー コレクションのプロパティ。 |
継承されたプロパティ
| bbox | フィーチャー コレクションの境界ボックス。 |
| features | フィーチャー コレクションに含まれる GeoJSON フィーチャーのコレクション。 |
| type | 値 "FeatureCollection" を持つ GeoJSON 型記述子。 |
| TYPE | ランタイム比較で使用される FeatureCollection クラスの静的 GeoJSON 型記述子。 |
プロパティの詳細
properties
フィーチャー コレクションのプロパティ。
properties?: any
プロパティ値
any
継承されたプロパティの詳細
bbox
フィーチャー コレクションの境界ボックス。
bbox?: BoundingBox
プロパティ値
BoundingBox
Inherited From FeatureCollection.bbox
features
フィーチャー コレクションに含まれる GeoJSON フィーチャーのコレクション。
features: Array<Feature<Geometry, any>>
プロパティ値
Array<Feature<Geometry, any>>
Inherited From FeatureCollection.features
type
値 "FeatureCollection" を持つ GeoJSON 型記述子。
type: string
プロパティ値
string
Inherited From FeatureCollection.type
TYPE
ランタイム比較で使用される FeatureCollection クラスの静的 GeoJSON 型記述子。
static TYPE: string
プロパティ値
string
Inherited From FeatureCollection.TYPE