Click or drag to resize

ConvexBoundaryEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, IEnumerableCartographic)

Initializes a new builder. The default granularity, π / 360.0, is used.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConvexBoundaryEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	IEnumerable<Cartographic> unorganizedNodes
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this surface is defined.
unorganizedNodes
Type: System.Collections.GenericIEnumerableCartographic
A list of unorganized points that compose the desired region.
See Also