Click or drag to resize

SpheroidCoverageGrid Constructor (Double, Int32, Int32, Int32, ReferenceFrame)

Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique. UseCellVolumeForWeight and SaveGridCell are both set to false.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SpheroidCoverageGrid(
	double radius,
	int numberOfClockAnglePoints,
	int numberOfConeAnglePoints,
	int numberOfRadialPoints,
	ReferenceFrame frame
)

Parameters

radius
Type: System.Double
The radius of the spheroid.
numberOfClockAnglePoints
Type: System.Int32
The number of points in the azimuth coordinate.
numberOfConeAnglePoints
Type: System.Int32
The number of points in the polar coordinate.
numberOfRadialPoints
Type: System.Int32
The number of points in the radius coordinate.
frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The reference frame of the grid.
See Also