Click or drag to resize

SpheroidCoverageGrid Constructor

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