FeatureCollection class

Objek GeoJSON FeatureCollection - objek JSON yang berisi kumpulan fitur GeoJSON. Deskripsi lengkapnya dirinci dalam RFC 7946.

Konstruktor

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

Membuat FeatureCollection.

Properti

bbox

Kotak pembatas koleksi fitur.

features

Koleksi fitur GeoJSON yang terkandung dalam koleksi fitur.

type

Deskriptor jenis GeoJSON dengan nilai "FeatureCollection".

TYPE

Deskriptor jenis GeoJSON statis untuk kelas FeatureCollection yang akan digunakan dalam perbandingan runtime.

Detail Konstruktor

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

Membuat FeatureCollection.

new FeatureCollection(features: Array<Feature<Geometry, any>>, bbox?: BoundingBox)

Parameter

features

Array<Feature<Geometry, any>>

Koleksi fitur yang membentuk koleksi fitur.

bbox
BoundingBox

Kotak pembatas koleksi fitur.

Detail Properti

bbox

Kotak pembatas koleksi fitur.

bbox?: BoundingBox

Nilai Properti

features

Koleksi fitur GeoJSON yang terkandung dalam koleksi fitur.

features: Array<Feature<Geometry, any>>

Nilai Properti

Array<Feature<Geometry, any>>

type

Deskriptor jenis GeoJSON dengan nilai "FeatureCollection".

type: string

Nilai Properti

string

TYPE

Deskriptor jenis GeoJSON statis untuk kelas FeatureCollection yang akan digunakan dalam perbandingan runtime.

static TYPE: string

Nilai Properti

string