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: 25.1.421.0 (25.1.421.0)
Syntaxpublic override CartographicExtent ComputeCartographicExtent()
Public Overrides Function ComputeCartographicExtent As CartographicExtent
public:
virtual CartographicExtent^ ComputeCartographicExtent() override
abstract ComputeCartographicExtent : unit -> CartographicExtent 
override ComputeCartographicExtent : unit -> CartographicExtent 
Return Value
Type: 
CartographicExtentAn object representing the bounding box.
See Also