Click or drag to resize

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

Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10. UseCellVolumeForWeight and SaveGridCell are both set to .

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

Parameters

radius
Type: SystemDouble
The radius of the spheroid.
clockAngleResolution
Type: SystemDouble
The minimum spacing in the azimuth coordinate.
coneAngleResolution
Type: SystemDouble
The minimum spacing in the polar coordinate.
radialResolution
Type: SystemDouble
The minimum spacing in the radius coordinate.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame of the grid.
See Also