public class CoverageGridPointWithResults extends Object
CoverageGridPoint
(get
/ set
)
(the position, reference frame, weighting, optional central body, and optional grid cell),
and stores the CoverageQueryResult
which contains the results of a coverage calculation for this grid point.Constructor and Description |
---|
CoverageGridPointWithResults()
Initializes a new instance.
|
CoverageGridPointWithResults(CoverageGridPoint point)
Creates a new instance based on the given grid point.
|
CoverageGridPointWithResults(CoverageGridPoint point,
CoverageQueryResult coverageResult)
Creates a new instance based on the given grid point and coverage result.
|
Modifier and Type | Method and Description |
---|---|
CoverageQueryResult |
getAssetCoverage()
Gets the result of the coverage calculation between this grid point
and all of its available assets.
|
CoverageGridPoint |
getCoverageGridPoint()
Gets the grid point associated with this
CoverageGridPointWithResults . |
void |
setAssetCoverage(CoverageQueryResult value)
Sets the result of the coverage calculation between this grid point
and all of its available assets.
|
void |
setCoverageGridPoint(CoverageGridPoint value)
Sets the grid point associated with this
CoverageGridPointWithResults . |
public CoverageGridPointWithResults()
public CoverageGridPointWithResults(CoverageGridPoint point)
point
- The coverage grid point.public CoverageGridPointWithResults(CoverageGridPoint point, CoverageQueryResult coverageResult)
point
- The coverage grid point.coverageResult
- The result of a coverage calculation.public final CoverageGridPoint getCoverageGridPoint()
CoverageGridPointWithResults
.public final void setCoverageGridPoint(CoverageGridPoint value)
CoverageGridPointWithResults
.public final CoverageQueryResult getAssetCoverage()
public final void setAssetCoverage(CoverageQueryResult value)