Click or drag to resize

SpecifiedExtentEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, CartographicExtent)

Initializes an instance of the builder with the input extent. The default granularity, π / 360.0, is used.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SpecifiedExtentEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	CartographicExtent extent
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference surface that the extent is defined on.
extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The extent that defines the surface region.
See Also