Click or drag to resize

RectangularPyramidCoverageGrid Constructor

Overload List
  NameDescription
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame)
Initializes a rectangular pyramid grid with the specified parameters. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, Double, Double, Double, ReferenceFrame)
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, Int32, Int32, Int32, ReferenceFrame)
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodRectangularPyramidCoverageGrid(Double, Double, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a rectangular pyramid grid with the specified parameters.
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a rectangular pyramid grid with the specified parameters.
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10.
Public methodRectangularPyramidCoverageGrid(Double, Double, Double, Int32, Int32, Int32, ReferenceFrame, Boolean, Boolean)
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
Top
See Also