Click or drag to resize

SurfaceRegionsCoverageGrid Constructor

Overload List
  NameDescription
Public methodSurfaceRegionsCoverageGrid(Double, CentralBody,EllipsoidSurfaceRegion[])
Create a new instance based on a given resolution and a set of polygonal regions. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
Public methodSurfaceRegionsCoverageGrid(Double, CentralBody, IEnumerable<EllipsoidSurfaceRegion>)
Create a new instance based on a given resolution and a set of polygonal regions. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
Public methodSurfaceRegionsCoverageGrid(Double, TerrainProvider, CentralBody,EllipsoidSurfaceRegion[])
Create a new instance based on a given TerrainProvider, resolution and a set of polygonal regions. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
Public methodSurfaceRegionsCoverageGrid(Double, TerrainProvider, CentralBody, IEnumerable<EllipsoidSurfaceRegion>)
Create a new instance based on a given TerrainProvider, resolution and a set of polygonal regions. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
Top
See Also