Click or drag to resize

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

Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.

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

Parameters

radius
Type: SystemDouble
The radius of the spheroid.
numberOfClockAnglePoints
Type: SystemInt32
The number of points in the azimuth coordinate.
numberOfConeAnglePoints
Type: SystemInt32
The number of points in the polar coordinate.
numberOfRadialPoints
Type: SystemInt32
The number of points in the radius coordinate.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame of the grid.
useCellVolumeForWeight
Type: SystemBoolean
A boolean that specifies if the volume of each cell should be used as that cell's weight.
saveGridCell
Type: SystemBoolean
A boolean that specifies if the grid point's cell should be saved.
See Also