Click or drag to resize

CentralBodyCoverageGridGetGridCellBoundary Method

Generates a boundary curve for the given grid point cell represented by the given grid point.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual EllipsoidSurfaceCurve GetGridCellBoundary(
	CoverageGridPoint point
)

Parameters

point
Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The grid point containing the information about its boundary.

Return Value

Type: EllipsoidSurfaceCurve
If the point contains information about the grid cell vertices, this returns the boundary curve. Otherwise, this returns .
Remarks
This method provides a default implementation of the boundary by interpolating the grid cell vertices with EllipsoidRhumbLines. The method is meant to be overridden if a different type of boundary is intended. The boundary created currently works with the Shape, not the ReferenceTerrain.
See Also