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.2.419.0 (24.2.419.0)
Syntax public double CheckPointInsideRegionIgnoringHoles(
Cartographic point
)
Public Function CheckPointInsideRegionIgnoringHoles (
point As Cartographic
) As Double
public:
double CheckPointInsideRegionIgnoringHoles(
Cartographic point
)
member CheckPointInsideRegionIgnoringHoles :
point : Cartographic -> float
Parameters
- point
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic point to check.
Return Value
Type:
DoubleReturns 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