Click or drag to resize

SpecifiedNodesEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, IEnumerable<Cartographic>, EllipsoidSurfaceRegionCurveConnectionType)

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: 25.1.421.0 (25.1.421.0)
Syntax
public SpecifiedNodesEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	IEnumerable<Cartographic> nodes,
	EllipsoidSurfaceRegionCurveConnectionType connectionType
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The ellipsoid on which this surface is defined.
nodes
Type: System.Collections.Generic.IEnumerable<Cartographic>
The boundary nodes for the surface region.
connectionType
Type: AGI.Foundation.Geometry.EllipsoidSurfaceRegionCurveConnectionType
The type of connection between each node.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when nodes is null.
See Also