Click or drag to resize

SpecifiedNodesEllipsoidSurfaceRegionBuilderReferencePoint Property

Gets or sets 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.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartographic ReferencePoint { get; set; }

Property Value

Type: Cartographic
Remarks
This reference point should not lie exactly on the boundary.
See Also