Click or drag to resize

TerrainAzimuthElevationMask Methods

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