Click or drag to resize

SpecifiedNodesEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, IEnumerableCartographic)

Initializes a builder with the ConnectionType set to geodesic. 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 SpecifiedNodesEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	IEnumerable<Cartographic> nodes
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this surface is defined.
nodes
Type: System.Collections.GenericIEnumerableCartographic
The boundary nodes for the surface region.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when nodes is .
See Also