Skip to main content

flywave-terrain-datasource.groundmodificationmanager.findmodificationscontainingpoint

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

GroundModificationManager.findModificationsContainingPoint() method

Finds modifications that contain the given point

This method performs a spatial query to find all ground modifications that contain the specified geographic point. It first filters by bounding box for quick rejection, then performs exact polygon containment tests for the remaining candidates.

Signature:

findModificationsContainingPoint(point: GeoCoordinates): GroundModificationPolygon[];

Parameters

Parameter

Type

Description

point

GeoCoordinates

The point to test

Returns:



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

Array of modifications containing the point