Click or drag to resize

SpecifiedNodesEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, Double, IEnumerable<Cartographic>, Cartographic, Boolean)

Initializes a builder with the ConnectionType set to geodesic.

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,
	double granularity,
	IEnumerable<Cartographic> nodes,
	Cartographic referencePoint,
	bool referencePointInsideRegion
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The ellipsoid on which this surface is defined.
granularity
Type: System.Double
The separation between points on the border.
nodes
Type: System.Collections.Generic.IEnumerable<Cartographic>
The boundary nodes for the surface region.
referencePoint
Type: AGI.Foundation.Coordinates.Cartographic
A reference point to manually specify as inside or outside the region, to allow for cases like regions larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
referencePointInsideRegion
Type: System.Boolean
The specification for whether the referencePoint is inside or outside the region.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when nodes is null.
See Also