SpecifiedExtentEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, Double, CartographicExtent) |
Initializes an instance of the builder with the input extent.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpecifiedExtentEllipsoidSurfaceRegionBuilder(
Ellipsoid referenceSurface,
double granularity,
CartographicExtent extent
)
Public Sub New (
referenceSurface As Ellipsoid,
granularity As Double,
extent As CartographicExtent
)
public:
SpecifiedExtentEllipsoidSurfaceRegionBuilder(
Ellipsoid^ referenceSurface,
double granularity,
CartographicExtent^ extent
)
new :
referenceSurface : Ellipsoid *
granularity : float *
extent : CartographicExtent -> SpecifiedExtentEllipsoidSurfaceRegionBuilder
Parameters
- referenceSurface
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference surface that the extent is defined on. - granularity
- Type: SystemDouble
The boundary curve granularity. - extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The extent that defines the surface region.
See Also