Click or drag to resize

SpheroidCoverageGrid Constructor (Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)

Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10.

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,
	double clockAngleResolution,
	double coneAngleResolution,
	double radialResolution,
	ReferenceFrame frame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

radius
Type: System.Double
The radius of the spheroid.
clockAngleResolution
Type: System.Double
The minimum spacing in the azimuth coordinate.
coneAngleResolution
Type: System.Double
The minimum spacing in the polar coordinate.
radialResolution
Type: System.Double
The minimum spacing in the radius coordinate.
frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The reference frame of the grid.
useCellVolumeForWeight
Type: System.Boolean
A boolean that specifies if the volume of each cell should be used as that cell's weight.
saveGridCell
Type: System.Boolean
A boolean that specifies if the grid point's cell should be saved.
See Also