Interface GeometryCollection

ジオメトリオブジェクトの集合

interface GeometryCollection {
    bbox?: BBox;
    geometries: GeoJsonGeometry[];
    type: "GeometryCollection";
}

Hierarchy (view full)

Properties

Properties

bbox?: BBox

バウンディングボックス(座標範囲)

geometries: GeoJsonGeometry[]

ジオメトリ配列

type: "GeometryCollection"

種別