Click or drag to resize

TerrainAzimuthElevationMaskCreateDelayedMask Method

Overload List
  NameDescription
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