跳到主要内容

flywave-terrain-datasource.groundmodificationmanager.findmodificationsinboundingbox

Home > @flywave/flywave-terrain-datasource > GroundModificationManager > findModificationsInBoundingBox

GroundModificationManager.findModificationsInBoundingBox() method

Finds modifications that intersect with the given bounding box

This method performs a spatial query to find all ground modifications whose bounding boxes intersect with the specified bounding box.

Signature:

findModificationsInBoundingBox(bbox: GeoBox): GroundModificationPolygon[];

Parameters

Parameter

Type

Description

bbox

GeoBox

The bounding box to test against

Returns:



[GroundModificationPolygon](./flywave-terrain-datasource.groundmodificationpolygon.md)<!-- -->\[\]

Array of intersecting modifications