Click or drag to resize

TerrainAlongLineComputePositionWithMaximumElevationAngle Method

Overload List
  NameDescription
Public methodStatic memberComputePositionWithMaximumElevationAngle(Cartesian, Cartesian, TerrainProvider)
Computes the point on terrain with the highest elevation angle between the observer and target positions from the perspective of the position closest to the Shape. The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
Public methodStatic memberComputePositionWithMaximumElevationAngle(Cartographic, Cartographic, TerrainProvider)
Computes the point on terrain with the highest elevation angle between the observer and target positions from the perspective of the position closest to the Shape. The DefaultMinimumTerrainHeight and DefaultMaximumTerrainHeight are used for the computation.
Public methodStatic memberComputePositionWithMaximumElevationAngle(Cartesian, Cartesian, TerrainProvider, Double, Double)
Computes the point on terrain with the highest elevation angle between the observer and target positions from the perspective of the position closest to the Shape.
Public methodStatic memberComputePositionWithMaximumElevationAngle(Cartographic, Cartographic, TerrainProvider, Double, Double)
Computes the point on terrain with the highest elevation angle between the observer and target positions from the perspective of the position closest to the Shape.
Top
See Also