SurfaceRegionsCoverageGrid Constructor |
Name | Description | |
---|---|---|
![]() | SurfaceRegionsCoverageGrid(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.
|
![]() | SurfaceRegionsCoverageGrid(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.
|
![]() | SurfaceRegionsCoverageGrid(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.
|
![]() | SurfaceRegionsCoverageGrid(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.
|