Click or drag to resize

EllipsoidSurfaceRegion.IsPointInsideRegionIgnoringHoles Method

Determines whether the given planetodetic point lies inside the region, ignoring any holes.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool IsPointInsideRegionIgnoringHoles(
	Cartographic point
)

Parameters

point
Type: AGI.Foundation.Coordinates.Cartographic
The planetodetic point to test.

Return Value

Type: Boolean
true if the point lies inside the boundary; otherwise false.
Remarks
Height above the surface is ignored. The results may not be as expected when exactly on a boundary.
See Also