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.2.419.0 (24.2.419.0)
Syntax public double ComputeSurfaceArea(
CartographicExtent extent
)
Public Function ComputeSurfaceArea (
extent As CartographicExtent
) As Double
public:
double ComputeSurfaceArea(
CartographicExtent^ extent
)
member ComputeSurfaceArea :
extent : CartographicExtent -> float
Parameters
- extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The extent of the region to compute.
Return Value
Type:
DoubleThe area of the extent.
Exceptions See Also