Click or drag to resize

EllipsoidSurfaceRegionBuilderGetClosedPoints Method

Closes a set of input points by checking the final point. If the final point is equal to the initial point, the set of points is returned. If not, then the initial point is added to the end of the list of points.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected static List<Cartographic> GetClosedPoints(
	List<Cartographic> points
)

Parameters

points
Type: System.Collections.GenericListCartographic
The list of points to close.

Return Value

Type: ListCartographic
The points where point[0] == point[n] where n = final point.
See Also