TerrainAlongLineComputeObstructionMetric Method |
Name | Description | |
---|---|---|
ComputeObstructionMetric(Cartesian, Cartesian, TerrainProvider, Boolean, Boolean) |
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
The metric value is determined from the perspective of the position closest to the Shape.
The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
| |
ComputeObstructionMetric(Cartographic, Cartographic, TerrainProvider, Boolean, Boolean) |
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
The metric value is determined from the perspective of the position closest to the Shape.
The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
| |
ComputeObstructionMetric(Cartesian, Cartesian, TerrainProvider, Double, Double, Boolean, Boolean) |
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
The metric value is determined from the perspective of the position closest to the Shape.
| |
ComputeObstructionMetric(Cartographic, Cartographic, TerrainProvider, Double, Double, Boolean, Boolean) |
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
The metric value is determined from the perspective of the position closest to the Shape.
|