EllipsoidSurfaceRegionHoleIsPointInsideRegion Method |
Determines whether the given planetodetic point lies inside the region.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsPointInsideRegion(
Cartographic point
)
Public Function IsPointInsideRegion (
point As Cartographic
) As Boolean
public:
bool IsPointInsideRegion(
Cartographic point
)
member IsPointInsideRegion :
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
.
Remarks Height above the surface is ignored. The results may not be as expected when exactly on a boundary.
See Also