Click or drag to resize

SpecifiedCurveEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, EllipsoidSurfaceCurve, Cartographic, Boolean)

Initializes an instance of the surface region 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 SpecifiedCurveEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	EllipsoidSurfaceCurve curve,
	Cartographic referencePoint,
	bool referencePointInsideRegion
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference ellipsoid.
curve
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
A closed curve representing the boundary of the surface region.
referencePoint
Type: AGI.Foundation.CoordinatesCartographic
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: SystemBoolean
The specification for whether the referencePoint is inside or outside the region.
See Also