Click or drag to resize

TerrainAlongLineComputeElevationAngleAboveTerrain Method

Overload List
  NameDescription
Public methodStatic memberComputeElevationAngleAboveTerrain(Cartesian, Cartesian, TerrainProvider)
Computes the angle 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 angle is determined from the perspective of the position closest to the Shape. The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
Public methodStatic memberComputeElevationAngleAboveTerrain(Cartographic, Cartographic, TerrainProvider)
Computes the angle 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 angle is determined from the perspective of the position closest to the Shape. The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
Public methodStatic memberComputeElevationAngleAboveTerrain(Cartesian, Cartesian, TerrainProvider, Double, Double)
Computes the angle 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 angle is determined from the perspective of the position closest to the Shape.
Public methodStatic memberComputeElevationAngleAboveTerrain(Cartographic, Cartographic, TerrainProvider, Double, Double)
Computes the angle 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 angle is determined from the perspective of the position closest to the Shape.
Top
See Also