EllipsoidSurfaceRegionIsPointInsideRegionIgnoringHoles 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: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool IsPointInsideRegionIgnoringHoles(
Cartographic point
)
Public Function IsPointInsideRegionIgnoringHoles (
point As Cartographic
) As Boolean
public:
bool IsPointInsideRegionIgnoringHoles(
Cartographic point
)
member IsPointInsideRegionIgnoringHoles :
point : Cartographic -> bool
Parameters
- point
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic point to test.
Return Value
Type:
Boolean if the point lies inside the boundary; otherwise
.
RemarksHeight above the surface is ignored. The results may not be as expected when exactly on a boundary.
See Also