TerrainAzimuthElevationMask Class |
Namespace: AGI.Foundation.Terrain
Name | Description | |
---|---|---|
Compute(TerrainProvider, Cartographic, Int32, Double, Double) |
Computes an azimuth-elevation mask from the specified terrain provider.
| |
Compute(TerrainProvider, Cartographic, Int32, Double, Double, ITrackCalculationProgress) |
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
| |
Compute(TerrainProvider, Double, Double, Cartographic, Int32, Double, Double) |
Computes an azimuth-elevation mask from the specified terrain provider.
| |
Compute(TerrainProvider, Double, Double, Cartographic, Int32, Double, Double, ITrackCalculationProgress) |
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
| |
CreateDelayedMask(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.
| |
CreateDelayedMask(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.
|