EllipsoidRhumbLineComputeCartographicExtent Method |
Computes the cartographic bounding box which completely contains the surface curve.
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 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