Click or drag to resize

TerrainAzimuthElevationMask Class

Contains methods for creating an azimuth-elevation mask from a TerrainProvider.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TerrainTerrainAzimuthElevationMask

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class TerrainAzimuthElevationMask
Methods
  NameDescription
Public methodStatic memberCompute(TerrainProvider, Cartographic, Int32, Double, Double)
Computes an azimuth-elevation mask from the specified terrain provider.
Public methodStatic memberCompute(TerrainProvider, Cartographic, Int32, Double, Double, ITrackCalculationProgress)
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
Public methodStatic memberCompute(TerrainProvider, Double, Double, Cartographic, Int32, Double, Double)
Computes an azimuth-elevation mask from the specified terrain provider.
Public methodStatic memberCompute(TerrainProvider, Double, Double, Cartographic, Int32, Double, Double, ITrackCalculationProgress)
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
Public methodStatic memberCreateDelayedMask(TerrainProvider, Cartographic, Int32, Double, Double)
Creates an azimuth-elevation mask which can compute its values dynamically from the specified terrain provider. The values will be computed and stored when requested rather than computed all at once initially. This can increase performance and decrease memory requirements in cases where a large number of masks must be computed.
Public methodStatic memberCreateDelayedMask(TerrainProvider, Double, Double, Cartographic, Int32, Double, Double)
Creates an azimuth-elevation mask which can compute its values dynamically from the specified terrain provider. The values will be computed and stored when requested rather than computed all at once initially. This can increase performance and decrease memory requirements in cases where a large number of masks must be computed.
Top
See Also