Click or drag to resize

EllipsoidSurfaceRegionCheckPointInsideRegionIgnoringHoles Method

Checks to see if the given planetodetic point lies inside the boundary, ignoring holes, and returns a heuristic measure of how close the point is to the boundary.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double CheckPointInsideRegionIgnoringHoles(
	Cartographic point
)

Parameters

point
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic point to check.

Return Value

Type: Double
Returns a positive value if the point lies inside the boundary and negative if it is outside. The value represents the distance between the point and the nearest point on the boundary directly in between the given point and the Centroid. This can be used as a heuristic measure of how close the point is to the boundary.
See Also