Click or drag to resize

EllipsoidComputeSurfaceArea Method (CartographicExtent)

Computes an approximation of the surface area of a given cartographic extent on the surface of this ellipsoid using Gauss Legendre 10th order quadrature.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputeSurfaceArea(
	CartographicExtent extent
)

Parameters

extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The extent of the region to compute.

Return Value

Type: Double
The area of the extent.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when extent is .
See Also