Click or drag to resize

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

Initializes a spheroid grid with the specified parameters. 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,
	ICoverageGriddingTechnique clockAngleGriddingTechnique,
	ICoverageGriddingTechnique coneAngleGriddingTechnique,
	ICoverageGriddingTechnique radialGriddingTechnique,
	ReferenceFrame frame
)

Parameters

radius
Type: SystemDouble
The radius of the spheroid.
clockAngleGriddingTechnique
Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used in the azimuth coordinate.
coneAngleGriddingTechnique
Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used in the polar coordinate.
radialGriddingTechnique
Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used in the radius coordinate.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame of the grid.
See Also