Click or drag to resize

ItuRP840AtmosphericValuesEvaluator Class

An evaluator that computes atmospheric values required by the ITU-R P.840 cloud and fog attenuation model for a given time and location.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureParameterizedEvaluator1Cartographic, ItuRP840AtmosphericValues
    AGI.Foundation.Communications.SignalPropagationItuRP840AtmosphericValuesEvaluator

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class ItuRP840AtmosphericValuesEvaluator : ParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues>

The ItuRP840AtmosphericValuesEvaluator type exposes the following members.

Constructors
  NameDescription
Protected methodItuRP840AtmosphericValuesEvaluator(EvaluatorGroup)
Initializes a new instance.
Protected methodItuRP840AtmosphericValuesEvaluator(ItuRP840AtmosphericValuesEvaluator, CopyContext)
Initializes a new instance as a copy of an existing instance.
Top
Properties
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Public methodDispose
Releases any resources associated with this instance.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Protected methodDispose(Boolean)
Releases any resources associated with this instance.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates this evaluator.
(Overrides ParameterizedEvaluator1TParameter1, TResultEvaluate(JulianDate, TParameter1).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAvailabilityIntervals
Gets the intervals over which data is available.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Public methodGetCachingWrapper
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated twice at the same date the computation is done only once.
(Overrides ParameterizedEvaluator1TParameter1, TResultGetCachingWrapper.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAvailable
Determines if valid data is available for the given JulianDate.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleUpdateEvaluatorReferences
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
(Inherited from ParameterizedEvaluator1TParameter1, TResult.)
Top
See Also