SpheroidCoverageGrid Constructor (Double, Int32, Int32, Int32, ReferenceFrame, Boolean, Boolean) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpheroidCoverageGrid(
double radius,
int numberOfClockAnglePoints,
int numberOfConeAnglePoints,
int numberOfRadialPoints,
ReferenceFrame frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
radius As Double,
numberOfClockAnglePoints As Integer,
numberOfConeAnglePoints As Integer,
numberOfRadialPoints As Integer,
frame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
SpheroidCoverageGrid(
double radius,
int numberOfClockAnglePoints,
int numberOfConeAnglePoints,
int numberOfRadialPoints,
ReferenceFrame^ frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
radius : float *
numberOfClockAnglePoints : int *
numberOfConeAnglePoints : int *
numberOfRadialPoints : int *
frame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> SpheroidCoverageGrid
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