PropagationProfilePoint Structure
Represents a point of a terrain profile along a ray from an observer feature used with custom propagation.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public struct PropagationProfilePoint :
System.IEquatable<PropagationProfilePoint>
Remarks
There is no way to construct a new PropagationProfilePoint in application code. Instead, if you have an instance of LineOfSightOperator or one of its derived classes that you assign a CustomPropagationProxy, then the operator will generate one or more terrain profiles represented as collections of PropagationProfilePoint that will be sent to your implementation of ICustomPropagation.Propagate.
For each point, the GroundElevation will come from VisibilityOperator.ElevationInput, the TreeHeight will come from the optional VisibilityOperator.TreeHeightInput, and the AuxiliaryValue will come from the optional LineOfSightOperator.AuxiliaryRasterInput.
Platforms
Windows, Linux, Android
PropagationProfilePoint Members
The PropagationProfilePoint type has the following members.
Constructors
Properties
Name | Description |
---|
Name | Description |
---|---|
AuxiliaryValue | Gets the auxiliary value for the PropagationProfilePoint, of an unspecified dimension and unit. |
GroundElevation | Gets the ground elevation of the PropagationProfilePoint, in meters above sea level. |
HorizontalDistance | Gets the horizontal distance of the PropagationProfilePoint from the observer position, in meters. |
TreeHeight | Gets the tree height of the PropagationProfilePoint, in meters above ground. |
Methods
Name | Description |
---|---|
Equals | Overloaded. Determines whether two PropagationProfilePoint objects have the same value. |
GetHashCode | Returns the hash code for this PropagationProfilePoint. |
Determines whether two specified PropagationProfilePoint objects have the same value. | |
Determines whether two specified PropagationProfilePoint objects have different values. | |
ToString | Converts this PropagationProfilePoint to a human readable string. |