Click or drag to resize

GridTimeSampledValues Class

A set of data representing the values of a particular figure of merit sampled over a coverage grid at predefined time intervals.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Coverage.FigureOfMeritGridTimeSampledValues

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class GridTimeSampledValues

The GridTimeSampledValues type exposes the following members.

Properties
  NameDescription
Public propertyGridPointData
Gets the list of grid point data.
Top
Methods
  NameDescription
Public methodStatic memberComputeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration)
Compute figure of merit over the coverage grid.
Public methodStatic memberComputeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration, ITrackCalculationProgress)
Compute figure of merit over the coverage grid.
Public methodStatic memberComputeDataT(CoverageResults, IListT, TimeInterval, Duration)
Compute figure of merit over the coverage grid.
Public methodStatic memberComputeDataT(CoverageResults, IListT, TimeInterval, Duration, ITrackCalculationProgress)
Compute figure of merit over the coverage grid.
Public methodComputeOverallMaximum
Computes the maximum value of the entire data set (the maximum of the maximum values of each grid point).
Public methodComputeOverallMean
Computes the mean value of the entire combined data set (not the mean value of the individual mean values).
Public methodComputeOverallMinimum
Computes the minimum value of the entire data set (the minimum of the minimum values of each grid point).
Public methodComputeOverallPercentile
Computes the figure of merit value which is closest to the given percentile after sorting the combined figure of merit data from smallest to largest.
Public methodComputeOverallRootMeanSquare
Computes the root mean square average of the entire combined data set (not the root mean square of the individual root mean square values).
Public methodComputeOverallStandardDeviation
Computes the standard deviation for the combined data set (not the standard deviation of the standard deviations).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.)
Top
See Also