SpheroidCoverageGrid Constructor (Double, Double, Double, Double, ReferenceFrame) | 
  
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SpheroidCoverageGrid(
	double radius,
	double clockAngleResolution,
	double coneAngleResolution,
	double radialResolution,
	ReferenceFrame frame
)
Public Sub New ( 
	radius As Double,
	clockAngleResolution As Double,
	coneAngleResolution As Double,
	radialResolution As Double,
	frame As ReferenceFrame
)
public:
SpheroidCoverageGrid(
	double radius, 
	double clockAngleResolution, 
	double coneAngleResolution, 
	double radialResolution, 
	ReferenceFrame^ frame
)
new : 
        radius : float * 
        clockAngleResolution : float * 
        coneAngleResolution : float * 
        radialResolution : float * 
        frame : ReferenceFrame -> SpheroidCoverageGridParameters
- 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