GeometryCollection class

Objek GeometryCollection GeoJSON - objek JSON yang berisi kumpulan objek Geometri GeoJSON. Deskripsi lengkapnya dirinci dalam RFC 7946.

Konstruktor

GeometryCollection(Geometry[])

Membuat GeometryCollection.

Properti

geometries

Kumpulan geometri GeoJSON yang terkandung dalam koleksi geometri.

type

Deskriptor jenis GeoJSON dengan nilai "GeometryCollection".

TYPE

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

Detail Konstruktor

GeometryCollection(Geometry[])

Membuat GeometryCollection.

new GeometryCollection(geometries: Geometry[])

Parameter

geometries

Geometry[]

Kumpulan geometri yang membentuk koleksi geometri.

Detail Properti

geometries

Kumpulan geometri GeoJSON yang terkandung dalam koleksi geometri.

geometries: Geometry[]

Nilai Properti

type

Deskriptor jenis GeoJSON dengan nilai "GeometryCollection".

type: string

Nilai Properti

string

TYPE

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

static TYPE: string

Nilai Properti

string