SpecifiedNodesEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, Double, IEnumerableCartographic, Cartographic, Boolean) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpecifiedNodesEllipsoidSurfaceRegionBuilder(
Ellipsoid referenceSurface,
double granularity,
IEnumerable<Cartographic> nodes,
Cartographic referencePoint,
bool referencePointInsideRegion
)
Public Sub New (
referenceSurface As Ellipsoid,
granularity As Double,
nodes As IEnumerable(Of Cartographic),
referencePoint As Cartographic,
referencePointInsideRegion As Boolean
)
public:
SpecifiedNodesEllipsoidSurfaceRegionBuilder(
Ellipsoid^ referenceSurface,
double granularity,
IEnumerable<Cartographic>^ nodes,
Cartographic referencePoint,
bool referencePointInsideRegion
)
new :
referenceSurface : Ellipsoid *
granularity : float *
nodes : IEnumerable<Cartographic> *
referencePoint : Cartographic *
referencePointInsideRegion : bool -> SpecifiedNodesEllipsoidSurfaceRegionBuilder
Parameters
- referenceSurface
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this surface is defined. - granularity
- Type: SystemDouble
The separation between points on the border. - nodes
- Type: System.Collections.GenericIEnumerableCartographic
The boundary nodes for the surface region. - referencePoint
- Type: AGI.Foundation.CoordinatesCartographic
A reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- referencePointInsideRegion
- Type: SystemBoolean
The specification for whether the referencePoint is inside or outside the region.
Exceptions See Also