Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor

Overload List
  NameDescription
Public methodSpecifiedCentralBodyCoverageGrid(CentralBodyCoverageGrid)
Construct a new instance based on a given instance of another CentralBodyCoverageGrid.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, CoverageGridPoint)
Construct a new instance based on a given set of GridPoints and their corresponding central body.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, IListCoverageGridPoint)
Construct a new instance based on a given list of GridPoints and their corresponding central body.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, CoverageGridPoint)
Construct a new instance based on a given set of GridPoints and their corresponding terrain.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, IListCoverageGridPoint)
Construct a new instance based on a given list of GridPoints and their corresponding terrain.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, IListCartographic, IListCartographicExtent, Boolean, Boolean)
Construct a new instance based on a given reference surface, a list of Cartographic points, and the corresponding extents of each grid cell.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, IListCartographic, IListCartographicExtent, Boolean, Boolean)
Construct a new instance based on a given reference terrain, a list of Cartographic points, and the corresponding extents of each grid cell.
Top
See Also