SpecifiedExtentEllipsoidSurfaceRegionBuilder Constructor (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: 23.2.417.0 (23.2.417.0)
Syntaxpublic SpecifiedExtentEllipsoidSurfaceRegionBuilder(
CartographicExtent extent
)
Public Sub New (
extent As CartographicExtent
)
public:
SpecifiedExtentEllipsoidSurfaceRegionBuilder(
CartographicExtent^ extent
)
new :
extent : CartographicExtent -> SpecifiedExtentEllipsoidSurfaceRegionBuilder
Parameters
- extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The extent that defines the surface region.
See Also