Click or drag to resize

EllipsoidGeodesicComputeCartographicExtent Method

Computes the cartographic bounding box which contains the surface curve. This includes looking for the minimum and maximum latitudes which may lie above or below the initial and final points due to oblateness in the Ellipsoid.

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 override CartographicExtent ComputeCartographicExtent()

Return Value

Type: CartographicExtent
An object representing the bounding box.
See Also