Appearance
KBE3D / KBCore / GeoJSON / GeometryCollection
接口: GeometryCollection<G>
Geometry Collection https://tools.ietf.org/html/rfc7946#section-3.1.8
继承
类型参数
G
属性
type
type:
"GeometryCollection"
Specifies the type of GeoJSON object.
重写了
geometries
geometries:
G[]
bbox?
optionalbbox:BBox
Bounding box of the coordinate range of the object's Geometries, Features, or Feature Collections. The value of the bbox member is an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries. https://tools.ietf.org/html/rfc7946#section-5
