Skip to content

KBE3D / KBCore / turf / NearestNeighborStudyArea

接口: NearestNeighborStudyArea

Nearest neighbour study area polygon feature.

继承

属性

properties

properties: {[key: string]: any; nearestNeighborAnalysis: NearestNeighborStatistics; }

索引签名

[key: string]: any

nearestNeighborAnalysis

nearestNeighborAnalysis: NearestNeighborStatistics

重写了

Feature.properties


type

type: "Feature"

Specifies the type of GeoJSON object.

继承自

Feature.type


geometry

geometry: Polygon

The feature's geometry

继承自

Feature.geometry


bbox?

optional bbox: 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

继承自

Feature.bbox


id?

optional id: string | number

A value that uniquely identifies this feature in a https://tools.ietf.org/html/rfc7946#section-3.2

.

继承自

Feature.id

KBE3D @3.0.0 Copyright © 2024-present KBE3D