Height measurement and the associated uncertainty information.
Members
Name | Description | |
---|---|---|
AngularUnit | The angular unit of this height measurment. | |
AzimuthAngleAtBase | The object's base azimuth angle. | |
AzimuthAngleAtTop | The object's top azimuth angle. | |
GroundProjectedAzimuthAngle | The object's ground projected azimuth angle. | |
HeightMeasurement | The height measurement. | |
HeightUncertainty | The height measurement uncertainty. | |
LinearUnit | The linear unit of this height measurment. | |
MinimumDistance | The minimum distance between the two points measured. | |
Reset | Resets all the properties of this IHeightMeasurement to their default values. | |
ShadowAzimuthAngle | The object's shadow azimuth angle. |
IHeightMeasurement.AngularUnit Property
The angular unit of this height measurment.
Public Property AngularUnit As String
public string AngularUnit {get; set;}
IHeightMeasurement.AzimuthAngleAtBase Property
The object's base azimuth angle.
Public Property AzimuthAngleAtBase As Double
public double AzimuthAngleAtBase {get; set;}
IHeightMeasurement.AzimuthAngleAtTop Property
The object's top azimuth angle.
Public Property AzimuthAngleAtTop As Double
public double AzimuthAngleAtTop {get; set;}
IHeightMeasurement.GroundProjectedAzimuthAngle Property
The object's ground projected azimuth angle.
Public Property GroundProjectedAzimuthAngle As Double
public double GroundProjectedAzimuthAngle {get; set;}
IHeightMeasurement.HeightMeasurement Property
The height measurement.
Public Property HeightMeasurement As Double
public double HeightMeasurement {get; set;}
IHeightMeasurement.HeightUncertainty Property
The height measurement uncertainty.
Public Property HeightUncertainty As Double
public double HeightUncertainty {get; set;}
IHeightMeasurement.LinearUnit Property
The linear unit of this height measurment.
Public Property LinearUnit As String
public string LinearUnit {get; set;}
IHeightMeasurement.MinimumDistance Property
The minimum distance between the two points measured.
Public Property MinimumDistance As Double
public double MinimumDistance {get; set;}
IHeightMeasurement.Reset Method
Resets all the properties of this IHeightMeasurement to their default values.
Public Sub Reset ( _
)
public void Reset (
);
IHeightMeasurement.ShadowAzimuthAngle Property
The object's shadow azimuth angle.
Public Property ShadowAzimuthAngle As Double
public double ShadowAzimuthAngle {get; set;}
Classes that implement IHeightMeasurement
Classes | Description |
---|---|
HeightMeasurement | Implements interface IHeightMeasurement (height measurement and its associated uncertainty information). |