EllipsoidSurfaceRegionComputeCartographicExtent Method |
Computes the cartographic bounding box which completely contains the surface region. If the
region contains either pole, the extent will reflect that in the north and south latitude values.
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 CartographicExtent ComputeCartographicExtent()
Public Function ComputeCartographicExtent As CartographicExtent
public:
CartographicExtent^ ComputeCartographicExtent()
member ComputeCartographicExtent : unit -> CartographicExtent
Return Value
Type:
CartographicExtentAn object representing the bounding box containing the region.
See Also