SpheroidCoverageGrid Constructor (Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a spheroid grid with the specified parameters.
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(
Bounds clockAngleBounds,
Bounds coneAngleBounds,
Bounds radialBounds,
ICoverageGriddingTechnique clockAngleGriddingTechnique,
ICoverageGriddingTechnique coneAngleGriddingTechnique,
ICoverageGriddingTechnique radialGriddingTechnique,
ReferenceFrame frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
clockAngleBounds As Bounds,
coneAngleBounds As Bounds,
radialBounds As Bounds,
clockAngleGriddingTechnique As ICoverageGriddingTechnique,
coneAngleGriddingTechnique As ICoverageGriddingTechnique,
radialGriddingTechnique As ICoverageGriddingTechnique,
frame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
SpheroidCoverageGrid(
Bounds clockAngleBounds,
Bounds coneAngleBounds,
Bounds radialBounds,
ICoverageGriddingTechnique^ clockAngleGriddingTechnique,
ICoverageGriddingTechnique^ coneAngleGriddingTechnique,
ICoverageGriddingTechnique^ radialGriddingTechnique,
ReferenceFrame^ frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
clockAngleBounds : Bounds *
coneAngleBounds : Bounds *
radialBounds : Bounds *
clockAngleGriddingTechnique : ICoverageGriddingTechnique *
coneAngleGriddingTechnique : ICoverageGriddingTechnique *
radialGriddingTechnique : ICoverageGriddingTechnique *
frame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> SpheroidCoverageGrid
Parameters
- clockAngleBounds
- Type: AGI.FoundationBounds
The bounds for the clock (azimuthal) angle. - coneAngleBounds
- Type: AGI.FoundationBounds
The bounds for the cone (polar) angle. - radialBounds
- Type: AGI.FoundationBounds
The bounds for the radius. - 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. - 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